@font-face {
  font-family: "Panama";
  src: url("./assets/fonts/PanamaProportionalRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Schibsted Grotesk";
  src: url("./assets/fonts/SchibstedGrotesk-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
}

body {
  font-family: "Schibsted Grotesk", sans-serif;
}

@media (min-width: 1200px) {
  body {
    zoom: 1.1;
  }
}

a {
  color: inherit;
}

.page {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  background: #000000;
  --canvas-scale: 1;
  --hero-scale: clamp(1.12, calc(100vw / 1244), 1.18);
  --hero-offset: clamp(14px, calc((100vh - 880px) * 0.18 + 14px), 44px);
  --works-shift: clamp(140px, calc(100vh - 980px), 240px);
  --canvas-height: calc(4220px + var(--works-shift));
}

.canvas-shell {
  position: relative;
  width: calc(1244px * var(--canvas-scale));
  height: calc(var(--canvas-height) * var(--canvas-scale));
  flex: 0 0 auto;
}

.canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 1244px;
  height: var(--canvas-height);
  background: #000000;
  transform: scale(var(--canvas-scale));
  transform-origin: top left;
}

.hero-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 1244px;
  height: 760px;
  transform-origin: top center;
  transform: translateY(var(--hero-offset)) scale(var(--hero-scale));
  pointer-events: none;
}

.avatar {
  position: absolute;
  left: 87px;
  top: 94px;
  width: 204px;
  height: 204px;
  border-radius: 124px;
  object-fit: cover;
}

.shape,
.dot,
.arrow,
.card-second-overlay,
.card-second-inside-overlay {
  position: absolute;
}

.shape {
  display: block;
  pointer-events: none;
}

.mobile-hero-vector {
  position: absolute;
  display: none;
  pointer-events: none;
}

.shape-1 {
  left: 112.647px;
  top: 339.222px;
  width: 356.367px;
  height: 182.839px;
}

.shape-2 {
  left: 261.097px;
  top: 419.961px;
  width: 76.329px;
  height: 24.359px;
}

.shape-3 {
  left: 444.739px;
  top: 411.513px;
  width: 151.119px;
  height: 80.328px;
}

.shape-4 {
  left: 513.332px;
  top: 105.533px;
  width: 263.389px;
  height: 209.448px;
}

.shape-5 {
  left: 580.705px;
  top: 314.114px;
  width: 131.536px;
  height: 161.894px;
}

.shape-6 {
  left: 765.383px;
  top: 109.304px;
  width: 420.174px;
  height: 336.691px;
}

.shape-7 {
  left: 922.359px;
  top: 242.716px;
  width: 84.743px;
  height: 47.122px;
}

.shape-8 {
  left: 921.736px;
  top: 334.476px;
  width: 38.87px;
  height: 188.169px;
}

.big-dot {
  width: 23px;
  height: 23px;
}

.big-dot-moscow {
  left: 1131px;
  top: 469px;
}

.big-dot-inst {
  left: 794px;
  top: 107px;
}

.big-dot-lnkd {
  left: 514px;
  top: 359px;
}

.big-dot-tg {
  left: 60px;
  top: 468px;
}

.big-dot-cv {
  left: 422px;
  top: 151px;
}

.hero-link {
  position: absolute;
  margin: 0;
  font-family: "Graphik", "Schibsted Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.333px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  pointer-events: auto;
}

.link-moscow {
  left: 1102px;
  top: 432px;
  width: 81px;
}

.link-inst {
  left: 787px;
  top: 70px;
  width: 37px;
}

.link-cv {
  left: 419px;
  top: 114px;
  width: 29px;
}

.link-lnkd {
  left: 502px;
  top: 322px;
  width: 47px;
}

.link-tg {
  left: 59px;
  top: 431px;
  width: 24px;
}

.intro-text {
  position: absolute;
  left: 101px;
  top: 563px;
  width: 1067px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "Panama", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.works-title {
  position: absolute;
  left: 34px;
  top: 790px;
  width: 240px;
  margin: 0;
  color: #ffffff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 26.02px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.188px;
  text-transform: uppercase;
}

.small-dot {
  width: 10.715px;
  height: 10.715px;
}

.dot-a {
  left: 402px;
  top: 785px;
}

.dot-b {
  left: 1131px;
  top: 754px;
}

.dot-c {
  left: 794px;
  top: 1074px;
}

.dot-d {
  left: 1132px;
  top: 963px;
}

.dot-e {
  left: 497px;
  top: 1295px;
}

.dot-f {
  left: 1062px;
  top: 1425px;
}

.dot-g {
  left: 549px;
  top: 1698px;
}

.dot-h {
  left: 1178px;
  top: 1754px;
}

.dot-i {
  left: 549px;
  top: 2184px;
}

.dot-j {
  left: 1178px;
  top: 2240px;
}

.dot-k {
  left: 549px;
  top: 2670px;
}

.dot-l {
  left: 1178px;
  top: 2726px;
}

.dot-m {
  left: 549px;
  top: 3156px;
}

.dot-n {
  left: 1178px;
  top: 3212px;
}

.dot-o {
  left: 549px;
  top: 3642px;
}

.dot-p {
  left: 1178px;
  top: 3698px;
}

.works-title,
.dot-a,
.dot-b,
.dot-c,
.dot-d,
.dot-e,
.dot-f,
.dot-g,
.dot-h,
.dot-i,
.dot-j,
.dot-k,
.dot-l,
.dot-m,
.dot-n,
.dot-o,
.dot-p,
.project-title-main,
.project-title-second,
.project-title-third,
.project-title-fourth,
.project-title-fifth,
.project-title-sixth,
.fact-main-year,
.fact-main-country,
.fact-main-role,
.fact-second-role,
.fact-third-role,
.fact-fourth-role,
.fact-fifth-year,
.fact-sixth-year,
.fact-fifth-role,
.fact-sixth-role,
.project-list,
.project-copy-main,
.project-copy-second,
.project-copy-third,
.project-copy-fourth,
.project-copy-fifth,
.project-copy-sixth,
.card-main,
.card-second,
.card-third,
.card-fourth,
.card-fifth,
.card-sixth {
  transform: translateY(var(--works-shift));
  transform-origin: top left;
}

.project-title,
.project-fact,
.project-list {
  position: absolute;
  margin: 0;
  color: #ffffff;
  font-family: "Panama", serif;
  font-style: normal;
  font-weight: 400;
}

.project-title {
  width: 403px;
  font-size: 34px;
  line-height: 33px;
  text-transform: uppercase;
}

.project-title-main {
  left: 670px;
  top: 850px;
}

.project-title-second {
  left: 683px;
  top: 1336px;
}

.project-title-third {
  left: 683px;
  top: 1822px;
  width: 470px;
}

.project-title-fourth {
  left: 683px;
  top: 2308px;
  width: 470px;
}

.project-title-fifth {
  left: 683px;
  top: 2794px;
  width: 470px;
}

.project-title-sixth {
  left: 683px;
  top: 3280px;
  width: 470px;
}

.project-fact {
  font-size: 19px;
  line-height: 26px;
  white-space: nowrap;
}

.fact-main-year {
  left: 670px;
  top: 1061px;
}

.fact-main-country {
  left: 670px;
  top: 1081px;
}

.fact-main-role {
  left: 670px;
  top: 1166px;
}

.fact-second-role {
  left: 683px;
  top: 1668px;
}

.fact-third-role {
  left: 683px;
  top: 2138px;
}

.fact-fourth-role {
  left: 683px;
  top: 2624px;
}

.fact-fifth-role {
  left: 683px;
  top: 3116px;
}

.fact-fifth-year {
  left: 683px;
  top: 2836px;
  font-size: 13px;
  line-height: 13px;
}

.fact-sixth-role {
  left: 683px;
  top: 3602px;
}

.fact-sixth-year {
  left: 683px;
  top: 3322px;
  font-size: 13px;
  line-height: 13px;
}

.project-list {
  left: 683px;
  top: 1540px;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}

.project-list-third {
  top: 2026px;
}

.project-list-fourth {
  top: 2512px;
}

.project-list-fifth {
  top: 2998px;
}

.project-list-sixth {
  top: 3506px;
}

.project-copy {
  position: absolute;
  margin: 0;
  width: 360px;
  color: #ffffff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 11.83px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
}

.project-copy-main {
  left: 850px;
  top: 1069px;
}

.project-copy-second {
  left: 863px;
  top: 1540px;
}

.project-copy-third {
  left: 863px;
  top: 2026px;
}

.project-copy-fourth {
  left: 863px;
  top: 2512px;
}

.project-copy-fifth {
  left: 863px;
  top: 3004px;
}

.project-copy-sixth {
  left: 863px;
  top: 3506px;
}

.card {
  position: absolute;
  width: 608px;
  height: 342px;
}

.card-main {
  left: 34px;
  top: 850px;
}

.card-control {
  position: absolute;
  top: 141px;
  width: 36px;
  height: 56px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  z-index: 6;
}

.card-control-left {
  left: -4px;
}

.card-control-right {
  right: -4px;
}

.card-control:focus-visible {
  outline: 1px solid #ff44f3;
  outline-offset: 2px;
  border-radius: 6px;
}

.card-main-video {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  display: block;
  cursor: pointer;
}

.card-main-slide-image {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  display: none;
}

.card-main-timeline {
  position: absolute;
  left: 54px;
  bottom: 18px;
  right: 54px;
  width: auto;
  z-index: 8;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  outline: none;
}

.card-main-timeline::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-main-timeline::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-main-timeline::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.card-main-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #ff44f3;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: none;
}

.card-second {
  left: 47px;
  top: 1336px;
  overflow: hidden;
}

.card-third {
  left: 47px;
  top: 1822px;
}

.card-fourth {
  left: 47px;
  top: 2308px;
}

.card-fifth {
  left: 47px;
  top: 2794px;
}

.card-sixth {
  left: 47px;
  top: 3280px;
}

.project-seven {
  position: absolute;
  left: 0;
  top: 3650px;
  width: 1244px;
  height: 900px;
  transform: translateY(var(--works-shift));
  transform-origin: top left;
  pointer-events: auto;
}

.project-seven-left-shape {
  position: absolute;
  left: 40.79px;
  top: 38px;
  width: 440.31px;
  height: 186.766px;
  transform: rotate(7.43deg);
  transform-origin: center;
  object-fit: contain;
  pointer-events: none;
}

.project-seven-right-shape {
  position: absolute;
  left: 743px;
  top: 70px;
  width: 405.859px;
  height: 273.856px;
  transform: rotate(-24.87deg) scaleY(-1);
  transform-origin: center;
  object-fit: contain;
  pointer-events: none;
}

.project-seven-title {
  position: absolute;
  left: 420px;
  top: 70px;
  margin: 0;
  transform: none;
  color: #ffffff;
  font-family: "Graphik", "Schibsted Grotesk", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
}

.project-seven-subtitle {
  position: absolute;
  left: 624px;
  top: 137px;
  margin: 0;
  width: 258px;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: "Graphik Kinopoisk LC", "Graphik", "Schibsted Grotesk", sans-serif;
  font-size: 11.83px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  opacity: 1;
  pointer-events: none;
}

.project-seven-dot-1 {
  left: 892px;
  top: 103px;
}

.project-seven-dot-2 {
  left: 454px;
  top: 231px;
}

.project-seven-dot-3 {
  left: 218px;
  top: 264px;
}

.project-seven-dot-4 {
  left: 104px;
  top: 215px;
}

.project-seven-dot-5 {
  left: 762px;
  top: 274px;
}

.project-seven-dot-6 {
  left: 1111px;
  top: 280px;
}

.project-seven-dot {
  pointer-events: none;
}

.project-eight-dig {
  position: absolute;
  left: 318px;
  top: 500px;
  width: 590px;
  height: 430px;
  pointer-events: auto;
}

.project-seven-dog-image {
  position: absolute;
  left: 130px;
  top: -56px;
  width: 330px;
  height: 330px;
  object-fit: cover;
  z-index: 1;
}

.project-seven-thanks {
  position: absolute;
  left: 295px;
  top: 288px;
  margin: 0;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: "Graphik Kinopoisk LC", "Graphik", "Schibsted Grotesk", sans-serif;
  font-size: 11.83px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.project-eight-media-pile {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.project-eight-piece {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
  pointer-events: auto;
  will-change: transform;
}

.project-eight-piece.is-dragging {
  cursor: grabbing;
}

.project-eight-piece > img,
.project-eight-piece > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.card-second-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-second-overlay {
  inset: 0;
  background: #000000;
}

.card-second-visual {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  overflow: hidden;
  background: #000000;
  box-shadow: inset 0 0 0 2px #000000;
}

.card-second-default-slide {
  position: absolute;
  inset: 0;
}

.card-second-inside {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-second-slide-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  background: #000000;
  display: none;
}

.card-second-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  background: #000000;
  display: none;
}

.card-second-inside-overlay {
  inset: 0;
  background: #000000;
  border-radius: 30px;
}

.card-second-character {
  position: absolute;
  left: 45.33px;
  top: -117px;
  width: 421.819px;
  height: 565px;
  object-fit: cover;
}

.dot-second-inside {
  left: 34px;
  top: 18px;
}

.arrow {
  width: 27.239px;
  height: 27.239px;
  object-fit: contain;
  pointer-events: auto;
  cursor: pointer;
  z-index: 7;
}

.arrow-left-top {
  left: 0;
  top: 149px;
  transform: rotate(135deg) scaleY(-1);
}

.arrow-left-bottom {
  left: 0.43px;
  top: 166.32px;
  transform: rotate(45deg);
}

.arrow-right-top {
  left: 580.43px;
  top: 149px;
  transform: rotate(45deg);
}

.arrow-right-bottom {
  left: 580px;
  top: 166.32px;
  transform: rotate(135deg) scaleY(-1);
}

.arrow-second-left-top {
  left: 0;
  top: 149px;
  transform: rotate(135deg) scaleY(-1);
}

.arrow-second-left-bottom {
  left: 0.43px;
  top: 166.32px;
  transform: rotate(45deg);
}

.arrow-second-right-top {
  left: 580.43px;
  top: 149px;
  transform: rotate(45deg);
}

.arrow-second-right-bottom {
  left: 580px;
  top: 166.32px;
  transform: rotate(135deg) scaleY(-1);
}

.arrow-third-left-top {
  left: 0;
  top: 149px;
  transform: rotate(135deg) scaleY(-1);
}

.arrow-third-left-bottom {
  left: 0.43px;
  top: 166.32px;
  transform: rotate(45deg);
}

.arrow-third-right-top {
  left: 580.43px;
  top: 149px;
  transform: rotate(45deg);
}

.arrow-third-right-bottom {
  left: 580px;
  top: 166.32px;
  transform: rotate(135deg) scaleY(-1);
}

.card-third-video {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  cursor: pointer;
}

.card-fourth-image {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
}

.card-fifth-video {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  display: none;
}

.card-sixth-video {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  display: none;
}

.card-fifth-image {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  display: block;
}

.card-sixth-image {
  position: absolute;
  left: 40px;
  top: 0;
  width: 528px;
  height: 342px;
  border-radius: 30px;
  object-fit: cover;
  background: #000000;
  display: block;
}

.card-fifth-timeline {
  position: absolute;
  left: 54px;
  right: 150px;
  bottom: 14px;
  width: auto;
  z-index: 8;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  outline: none;
  display: none;
}

.card-sixth-timeline {
  position: absolute;
  left: 54px;
  right: 150px;
  bottom: 14px;
  width: auto;
  z-index: 8;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  outline: none;
  display: none;
}

.card-fifth-timeline::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-sixth-timeline::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-fifth-timeline::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-sixth-timeline::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-fifth-timeline::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.card-sixth-timeline::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.card-third-timeline {
  position: absolute;
  left: 54px;
  right: 150px;
  bottom: 14px;
  width: auto;
  z-index: 8;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  outline: none;
}

.card-third-timeline::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-third-timeline::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ff44f3;
  cursor: pointer;
}

.card-third-timeline::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.card-third-center-play,
.card-fifth-center-play,
.card-sixth-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #ff44f3;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: none;
}

.card-third-play-toggle,
.card-third-sound-toggle,
.card-fifth-sound-toggle,
.card-sixth-sound-toggle {
  position: absolute;
  bottom: 14px;
  z-index: 8;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
}

.card-third-play-toggle {
  right: 142px;
}

.card-third-sound-toggle {
  right: 54px;
}

.card-fifth-sound-toggle {
  right: 54px;
  display: none;
}

.card-sixth-sound-toggle {
  right: 54px;
  display: none;
}

.card-third-play-toggle[aria-pressed="true"],
.card-third-sound-toggle[aria-pressed="true"],
.card-fifth-sound-toggle[aria-pressed="true"],
.card-sixth-sound-toggle[aria-pressed="true"] {
  border-color: #ff44f3;
  background: rgba(255, 68, 243, 0.18);
}

@media (max-width: 1270px) {
  .page {
    justify-content: center;
    min-height: auto;
    padding: 12px 12px 24px;
  }
}

@media (max-width: 768px) {
  .page {
    justify-content: center;
    min-height: auto;
    padding: 0;
    --hero-scale: 1;
    --hero-offset: 0px;
    --works-shift: 0px;
    --mobile-block-gap-extra: 50px;
    --mobile-gap-1: var(--mobile-block-gap-extra);
    --mobile-gap-2: calc(var(--mobile-block-gap-extra) * 2);
    --mobile-gap-3: calc(var(--mobile-block-gap-extra) * 3);
    --mobile-gap-4: calc(var(--mobile-block-gap-extra) * 4);
    --mobile-gap-5: calc(var(--mobile-block-gap-extra) * 5);
    --mobile-gap-6: calc(var(--mobile-block-gap-extra) * 6);
    --canvas-height: calc(3886px + var(--mobile-gap-6));
  }

  .canvas-shell {
    width: calc(375px * var(--canvas-scale));
    height: calc((3886px + var(--mobile-gap-6)) * var(--canvas-scale));
  }

  .canvas {
    width: 375px;
    height: calc(3886px + var(--mobile-gap-6));
  }

  .hero-scene {
    left: 0;
    top: 0;
    width: 375px;
    height: 620px;
    transform: none;
  }

  .shape {
    display: none;
  }

  .mobile-hero-vector {
    display: block;
  }

  .mobile-hero-vector-main {
    left: 105px;
    top: 22.97px;
    width: 258.082px;
    height: 241.154px;
  }

  .mobile-hero-vector-cloud {
    left: 9.654px;
    top: 191.632px;
    width: 76.594px;
    height: 57.539px;
  }

  .mobile-hero-vector-cloud-sm {
    left: 37.885px;
    top: 218.995px;
    width: 20.515px;
    height: 6.268px;
  }

  .mobile-hero-vector-leaf {
    left: 93.17px;
    top: 232.291px;
    width: 48.231px;
    height: 39.715px;
  }

  .avatar {
    left: 27px;
    top: 24px;
    width: 95px;
    height: 95px;
    border-radius: 57.745px;
  }

  .big-dot {
    width: 19.155px;
    height: 19.155px;
  }

  .big-dot-moscow {
    left: 286px;
    top: 269.815px;
  }

  .big-dot-inst {
    left: 42.83px;
    top: 161.815px;
  }

  .big-dot-lnkd {
    left: 223.994px;
    top: 142.815px;
  }

  .big-dot-tg {
    left: 17.833px;
    top: 271.815px;
  }

  .big-dot-cv {
    left: 305px;
    top: 56.815px;
  }

  .hero-link {
    font-size: 16.657px;
    line-height: 36.09px;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .link-moscow {
    left: 248px;
    top: 239px;
    width: 96px;
  }

  .link-inst {
    left: 37px;
    top: 131px;
    width: 31px;
  }

  .link-cv {
    left: 290px;
    top: 26px;
    width: 54px;
  }

  .link-lnkd {
    left: 214px;
    top: 112px;
    width: 40px;
  }

  .link-tg {
    left: 17px;
    top: 241px;
    width: 20px;
  }

  .intro-text {
    left: 10px;
    top: 314px;
    width: 360px;
    text-align: left;
    font-size: 21px;
    line-height: 26px;
  }

  .works-title {
    left: 15px;
    top: 630px;
    width: 212px;
    font-size: 23.02px;
    line-height: 28.188px;
  }

  .small-dot {
    width: 6.72px;
    height: 6.72px;
  }

  .dot-a {
    left: 327px;
    top: 619px;
  }

  .dot-b {
    left: 19px;
    top: 756px;
  }

  .dot-c {
    left: 19px;
    top: calc(1165px + var(--mobile-gap-1));
  }

  .dot-d {
    left: 222px;
    top: 704px;
  }

  .dot-e {
    left: 222px;
    top: calc(1113px + var(--mobile-gap-1));
  }

  .dot-f {
    left: 327px;
    top: 976px;
  }

  .dot-g {
    left: 327px;
    top: calc(1385px + var(--mobile-gap-1));
  }

  .dot-h {
    left: 16px;
    top: calc(1088px + var(--mobile-gap-1));
  }

  .dot-i {
    left: 28px;
    top: calc(1504px + var(--mobile-gap-2));
  }

  .dot-j,
  .dot-k,
  .dot-l,
  .dot-m,
  .dot-n {
    display: none;
  }

  .dot-o,
  .dot-p {
    display: none;
  }

  .project-title,
  .project-fact,
  .project-list {
    font-family: "Panama", serif;
    font-style: normal;
    font-weight: 400;
  }

  .project-title {
    width: 190px;
    font-size: 22.308px;
    line-height: 25.385px;
    text-transform: uppercase;
  }

  .project-fact {
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
  }

  .project-list {
    width: 190px;
    font-size: 14px;
    line-height: 14px;
    white-space: pre-wrap;
  }

  .project-copy {
    width: 316px;
    font-size: 9.83px;
    line-height: 13.4px;
  }

  .project-title-main {
    left: 28px;
    top: 688px;
    width: 310px;
  }

  .fact-main-year {
    left: 28px;
    top: 709px;
  }

  .fact-main-country {
    display: none;
  }

  .fact-main-role {
    left: 210px;
    top: 686px;
    width: 120px;
    font-size: 13px;
    text-align: right;
  }

  .project-copy-main {
    left: 28px;
    top: 963px;
  }

  .project-title-second {
    left: 23.717px;
    top: calc(1095px + var(--mobile-gap-1));
    width: 190px;
  }

  .project-list-second {
    left: 23.717px;
    top: calc(1156px + var(--mobile-gap-1));
    width: 292px;
    white-space: nowrap;
  }

  .fact-second-role {
    left: 236px;
    top: calc(1095px + var(--mobile-gap-1));
    width: 110px;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
  }

  .project-copy-second {
    left: 23.717px;
    top: calc(1457.432px + var(--mobile-gap-1));
  }

  .project-title-third {
    left: 23.717px;
    top: calc(1597.432px + var(--mobile-gap-2));
    width: 300px;
  }

  .project-list-third {
    left: 20px;
    top: calc(1684.432px + var(--mobile-gap-2));
    width: 346px;
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
  }

  .fact-third-role {
    left: 222px;
    top: calc(1597.432px + var(--mobile-gap-2));
    width: 120px;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
  }

  .project-copy-third {
    left: 23.717px;
    top: calc(1999.863px + var(--mobile-gap-2));
  }

  .project-title-fourth {
    left: 23.717px;
    top: calc(2139.863px + var(--mobile-gap-3));
    width: 320px;
    white-space: nowrap;
  }

  .project-list-fourth {
    left: 23.717px;
    top: calc(2175.863px + var(--mobile-gap-3));
    width: 330px;
    white-space: nowrap;
  }

  .fact-fourth-role {
    left: 236px;
    top: calc(2139.863px + var(--mobile-gap-3));
    width: 110px;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
  }

  .project-copy-fourth {
    left: 23.717px;
    top: calc(2463.295px + var(--mobile-gap-3));
  }

  .project-title-fifth {
    left: 23.717px;
    top: calc(2576.295px + var(--mobile-gap-4));
    width: 320px;
    white-space: nowrap;
  }

  .fact-fifth-year {
    display: none;
  }

  .project-list-fifth {
    left: 20px;
    top: calc(2612.295px + var(--mobile-gap-4));
    width: 346px;
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
  }

  .fact-fifth-role {
    left: 236px;
    top: calc(2576.295px + var(--mobile-gap-4));
    width: 110px;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
  }

  .project-copy-fifth {
    left: 23.717px;
    top: calc(2941.727px + var(--mobile-gap-4));
  }

  .project-title-sixth {
    left: 23.717px;
    top: calc(3054.727px + var(--mobile-gap-5));
    width: 320px;
    white-space: nowrap;
  }

  .fact-sixth-year {
    display: none;
  }

  .project-list-sixth {
    left: 20px;
    top: calc(3090.727px + var(--mobile-gap-5));
    width: 346px;
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
  }

  .fact-sixth-role {
    left: 236px;
    top: calc(3054.727px + var(--mobile-gap-5));
    width: 110px;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
  }

  .project-copy-sixth {
    left: 23.717px;
    top: calc(3364.158px + var(--mobile-gap-5));
  }

  .card {
    width: 363.434px;
    height: 204.432px;
  }

  .card-main {
    left: 4.566px;
    top: 745px;
  }

  .card-second {
    left: 4.566px;
    top: calc(1239px + var(--mobile-gap-1));
    overflow: visible;
  }

  .card-third {
    left: 4.566px;
    top: calc(1781.432px + var(--mobile-gap-2));
  }

  .card-fourth {
    left: 4.566px;
    top: calc(2244.863px + var(--mobile-gap-3));
  }

  .card-fifth {
    left: 4.566px;
    top: calc(2723.295px + var(--mobile-gap-4));
  }

  .card-sixth {
    left: 4.566px;
    top: calc(3145.727px + var(--mobile-gap-5));
  }

  .card-main-video,
  .card-main-slide-image,
  .card-second-visual,
  .card-third-video,
  .card-fourth-image,
  .card-fifth-video,
  .card-fifth-image,
  .card-sixth-video,
  .card-sixth-image {
    left: 23.91px;
    top: 0;
    width: 315.614px;
    height: 204.432px;
    border-radius: 17.933px;
  }

  .card-second-visual {
    box-shadow: none;
    overflow: hidden;
  }

  .card-second-inside-overlay {
    border-radius: 17.933px;
  }

  .card-second-character {
    left: 27.13px;
    top: -70.02px;
    width: 252.452px;
    height: 338.144px;
  }

  .dot-second-inside {
    left: 20.35px;
    top: 10.77px;
    width: 6.413px;
    height: 6.413px;
  }

  .card-main-timeline,
  .card-third-timeline,
  .card-fifth-timeline,
  .card-sixth-timeline,
  .card-main-center-play,
  .card-third-center-play,
  .card-fifth-center-play,
  .card-sixth-center-play,
  .card-third-sound-toggle,
  .card-fifth-sound-toggle,
  .card-sixth-sound-toggle {
    display: none !important;
  }

  .card-control {
    top: 82px;
    width: 20px;
    height: 44px;
  }

  .card-control-left {
    left: -1px;
  }

  .card-control-right {
    right: -1px;
  }

  .arrow {
    width: 16.282px;
    height: 16.282px;
  }

  .arrow-left-top,
  .arrow-second-left-top,
  .arrow-third-left-top {
    left: 0;
    top: 89.07px;
  }

  .arrow-left-bottom,
  .arrow-second-left-bottom,
  .arrow-third-left-bottom {
    left: 0.26px;
    top: 99.42px;
  }

  .arrow-right-top,
  .arrow-second-right-top,
  .arrow-third-right-top {
    left: 346.95px;
    top: 89.07px;
  }

  .arrow-right-bottom,
  .arrow-second-right-bottom,
  .arrow-third-right-bottom {
    left: 346.7px;
    top: 99.42px;
  }

  .project-seven {
    left: 0;
    top: calc(3509px + var(--mobile-gap-6));
    width: 375px;
    height: 377px;
    transform: none;
    transform-origin: top left;
  }

  .project-seven::before,
  .project-seven::after {
    content: "";
    position: absolute;
    width: 6.72px;
    height: 6.72px;
    border-radius: 50%;
    background: #e734dd;
    z-index: 1000;
    pointer-events: none;
  }

  .project-seven::before {
    left: 18px;
    top: -44px;
  }

  .project-seven::after {
    right: 44px;
    top: -48px;
  }

  .project-seven-left-shape,
  .project-seven-right-shape,
  .project-seven-dot {
    display: none;
  }

  .project-seven-title {
    left: 60px;
    top: 0;
    width: 256px;
    font-size: 30px;
    line-height: 37.506px;
    text-align: center;
    white-space: nowrap;
  }

  .project-seven-subtitle {
    left: 98.095px;
    top: 42px;
    width: 186.088px;
    transform: none;
    font-size: 8.533px;
    line-height: 8.944px;
    text-align: center;
  }

  .project-eight-dig {
    left: 73px;
    top: 90px;
    width: 230px;
    height: 251px;
  }

  .project-seven-dog-image {
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
  }

  .project-seven-thanks {
    left: 167px;
    top: 242px;
    transform: none;
    font-size: 8.533px;
    line-height: 8.944px;
  }
}
