@font-face {
  font-family: Croc;
  src: url('../fonts/Croc-Regular__W.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Croc;
  src: url('../fonts/Croc-Bold__W.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Croc;
  src: url('../fonts/Croc-Light__W.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.container.center {
  align-items: flex-end;
  margin-bottom: 5vh;
  display: flex;
}

.container.comics {
  height: auto;
  overflow: visible;
}

.container.default {
  width: auto;
  height: auto;
}

.main-first {
  cursor: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-scene-1 {
  z-index: 7;
  cursor: pointer;
  background-color: gray;
  width: 100em;
  height: 55.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-scene-2 {
  z-index: 6;
  background-color: #fff;
  align-items: center;
  width: 100em;
  height: 44.6em;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
  overflow: hidden;
}

._1-1-man {
  z-index: 4;
  width: 35em;
  position: absolute;
  bottom: -10em;
  left: auto;
  right: 34.5em;
}

.main-screen {
  width: 100em;
  height: 56.7em;
  position: relative;
  bottom: -5em;
  overflow: hidden;
}

.train-wrapper {
  z-index: 20;
  background-image: url('../images/Стекло.png');
  background-position: 50%;
  background-size: cover;
  width: 100em;
  height: 20em;
  display: block;
  position: absolute;
  inset: auto -4em 0 auto;
  overflow: hidden;
}

.airport {
  z-index: 26;
  background-image: url('../images/аэропорт-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 27em;
  height: auto;
  display: block;
  position: absolute;
  inset: auto -6vw -2vw auto;
}

.train {
  z-index: 2;
  background-image: url('../images/поезд.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 61em;
  height: 16em;
  display: block;
  position: absolute;
  inset: auto -15em 7.1em auto;
  transform: rotate(-1.7deg);
}

.train-lines {
  background-image: url('../images/Поезд-задник.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.train-rings {
  z-index: auto;
  width: 51vw;
  display: block;
  position: absolute;
  inset: auto 15.6vw -2.05em auto;
}

.main-croc-build {
  z-index: 150;
  opacity: 1;
  cursor: pointer;
  width: 15.7em;
  height: auto;
  display: block;
  position: absolute;
  top: 27.4em;
  left: 41.3em;
  right: auto;
}

.main-background {
  z-index: 1;
  background-image: url('../images/winter-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100em;
  max-width: none;
  height: 56.7em;
  display: block;
  position: absolute;
  inset: 0%;
}

.main-croc-build-lights {
  z-index: 250;
  grid-column-gap: .5vw;
  flex-wrap: wrap;
  justify-content: center;
  width: 13em;
  height: 5em;
  padding-left: 1em;
  display: block;
  position: relative;
  top: 29.6em;
  left: 43.6em;
}

.croc-main-light {
  filter: blur(2px);
  background-color: #ffffdf;
  border-radius: 1000px;
  width: .5vw;
  height: .5vw;
}

.croc-main-light.top-mar-2 {
  margin-top: .3vw;
}

.croc-main-light.top-mar-4 {
  filter: blur(1px);
  margin-top: .2vw;
}

.croc-main-light-2 {
  filter: blur(2px);
  background-color: #ffffdf;
  border-radius: 1000px;
  width: .5vw;
  height: .5vw;
}

.croc-main-light-2.top-mar-1 {
  filter: blur(1px);
  margin-top: .5vw;
}

.croc-main-light-2.top-mar-2 {
  margin-top: .3vw;
}

.croc-main-light-2.top-mar-3 {
  filter: blur(1px);
  margin-top: .3vw;
}

.croc-main-light-3 {
  filter: blur(2px);
  background-color: #ffffdf;
  border-radius: 1000px;
  width: .5vw;
  height: .5vw;
}

.croc-main-light-3.top-mar-2 {
  filter: blur(1px);
  margin-top: .3vw;
}

.christmas-tree.first {
  z-index: 2;
  background-image: url('../images/Гирлянда-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  height: 40vw;
  display: block;
  position: absolute;
  inset: auto 14vw -12.2vw auto;
}

.christmas-tree.first.main {
  z-index: 19;
  width: 10em;
  height: 20em;
  inset: 21em 13.8em auto auto;
}

.christmas-tree.second {
  z-index: 2;
  background-image: url('../images/гирлянда-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  height: 40vw;
  position: absolute;
  inset: auto 14vw -12.2vw auto;
}

.christmas-tree.second.main {
  z-index: 19;
  width: 10em;
  height: 20em;
  inset: 21em 13.8vw auto auto;
}

.sky-background {
  z-index: -1;
  background-image: url('../images/637ce99b9456d380a61676bd_Небо-stroke-and-fill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-build-light-wrapper {
  grid-column-gap: .5vw;
  width: 100%;
  display: flex;
}

.main-build-light-wrapper-2 {
  grid-row-gap: .5vw;
  flex-direction: column;
  margin-right: 2.5vw;
  display: flex;
}

.dialog-cloud-1 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 35em;
  display: flex;
  position: absolute;
  top: 8em;
  left: auto;
  right: 7em;
}

.dialog {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: relative;
  inset: 0%;
}

.dialog.scene3 {
  width: 30em;
}

.dialog.scene3-v2, .dialog.scene4 {
  width: 100%;
}

.dialog.scene6-1 {
  width: 20em;
}

.dialog.scene6-2 {
  width: 100%;
}

.dialog-text {
  z-index: 2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: 2.6em;
  right: 2.3em;
}

.dialog-text.scene3 {
  inset: 1.2em 3.8em auto auto;
}

.dialog-text.scene3.first {
  top: 2em;
  right: 3.9em;
}

.dialog-text.scene3 {
  top: 2vw;
  right: 3.5vw;
}

.dialog-text.scene3.small-text {
  font-size: 1.1em;
  top: 2.1em;
  left: 9.5em;
  right: 1em;
}

.dialog-text.scene4 {
  font-size: 1.4em;
  top: 8.4em;
  left: 2em;
  right: 2em;
}

.dialog-text.scene6 {
  font-size: 1.4em;
  top: 2.3em;
  right: 10em;
}

.dialog-text.scene6-2 {
  font-size: 1.4em;
  top: 2.4em;
  right: 3.2em;
}

.main-scene-2-right {
  border-radius: 1000px;
  align-items: center;
  width: 45em;
  height: 50em;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: -2em 0% 0% auto;
}

.main-scene-2-left {
  z-index: 1;
  width: 70em;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scene-2-right-first {
  display: none;
}

.scene-2-right-second {
  z-index: 0;
  display: none;
  position: absolute;
}

.main-scene-2-right-person {
  z-index: 2;
  width: 16em;
  position: absolute;
  bottom: 10em;
  left: auto;
  right: 15.9em;
}

.main-scene-2-right-person-hand {
  z-index: 1;
  width: 2em;
  display: none;
  position: absolute;
  bottom: 30.2em;
  right: 15.4em;
}

.main-scene2-left-image {
  width: auto;
  height: auto;
  position: static;
  top: 0;
}

.main-scene-2-left-person {
  z-index: 2;
  width: 25em;
  height: auto;
  position: absolute;
  top: 8em;
  left: -.3em;
  right: 0%;
}

.dialog-cloud-2 {
  justify-content: center;
  align-items: center;
  width: 35em;
  display: flex;
  position: absolute;
  inset: auto 17em 26em auto;
}

.main-scene-3 {
  z-index: 7;
  align-items: center;
  width: 100em;
  height: 36.8em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-scene-3-background {
  z-index: 0;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  overflow: visible;
}

.main-scene-3-wrapper {
  width: 100em;
  height: 37em;
  position: relative;
  overflow: hidden;
}

.main-scene-3-screen-title {
  z-index: 1;
  width: 22em;
  position: absolute;
  top: 8.8em;
  left: 20em;
}

.main-scene-3-first-man {
  width: 21em;
  position: absolute;
  inset: auto -3em -2em auto;
}

.main-scene-3-second-man {
  width: 21em;
  height: 32em;
  position: absolute;
  inset: auto auto 0 0;
}

.main-scene-3-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.main-scene-3-first-document {
  width: 5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-screen-documents-wrapper {
  width: 13em;
  height: 10em;
  margin-left: 2em;
  position: relative;
}

.main-scene-3-second-document {
  width: 5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-scene-3-left {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.dialog-cloud-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 35em;
  margin-top: 4em;
  margin-right: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dialog-cloud-4 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 34em;
  margin-top: 4em;
  margin-right: 1em;
  display: flex;
  position: absolute;
  inset: -2em -2em auto auto;
}

.main-scene-3-first-arrow {
  width: 4em;
  display: block;
  position: absolute;
  inset: 0% 3em auto auto;
}

.main-scene-3-second-arrow {
  width: 4em;
  position: absolute;
  inset: auto auto 0% 3em;
}

.croc-cloud {
  z-index: 2;
  position: absolute;
  inset: 11em auto auto 11em;
}

.croc-cloud-image {
  width: 14vw;
  height: auto;
  display: block;
}

.main-naming-main-build {
  z-index: 6;
  color: #333;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 25em;
  left: 46.9em;
}

.build-naming-text {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 100%;
}

.residential-complex {
  z-index: 3;
  cursor: pointer;
  width: 19.7em;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.residential-complex-image {
  cursor: pointer;
  width: 100%;
}

.main-bank {
  z-index: 3;
  opacity: 1;
  width: 13.2em;
  padding-top: 4em;
  display: block;
  position: absolute;
  inset: 14.8em auto auto 63.7em;
}

.main-bank-image {
  cursor: pointer;
  width: 100%;
}

.main-naming-residental-complex {
  z-index: 100;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 0;
  left: 6em;
}

.main-naming-croc-cloud {
  z-index: 2;
  color: #333;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Croc, Tahoma, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12em;
  left: 8em;
}

.main-naming-data-center {
  z-index: 2;
  color: #000;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 17em;
  left: 14em;
}

.main-naming-market {
  z-index: 2;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 21em;
  left: 31em;
}

.main-naming-business-center {
  z-index: 8;
  color: #000;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 8em;
  left: 0;
}

.main-naming-factory {
  z-index: 2;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 17em;
  left: 54.5em;
}

.main-naming-museum {
  z-index: 2;
  color: #000;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 23.5em;
  left: 59em;
}

.main-naming-stadium {
  z-index: 5;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 31.4em;
  left: 67.1em;
}

.main-naming-bank {
  z-index: 2;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 17.4em;
  left: 68.4em;
}

.main-naming-hospital {
  z-index: 6;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 25em;
  left: 74.4em;
}

.main-naming-city-administry {
  z-index: 5;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 17em;
  left: 85em;
}

.main-naming-city-airport {
  z-index: 40;
  color: #333;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 2.5vh;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 37em;
  left: 88em;
}

.main-airport {
  width: 100%;
  height: auto;
}

.main-airport-hover {
  z-index: 30;
  opacity: 1;
  cursor: pointer;
  width: 31em;
  position: absolute;
  inset: auto -7.2em -3.9em auto;
}

.croc-cloud-image-hover {
  opacity: 1;
  cursor: pointer;
  width: 12.7em;
  height: auto;
  display: block;
  position: absolute;
  top: -1.8vh;
  right: .7vw;
}

.data-center-hover {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  width: 15.9em;
  display: block;
  position: absolute;
  top: 18em;
  left: 11.9em;
}

.data-center-hover-image {
  width: 100%;
  display: block;
}

.main-naming-city-univestiry {
  z-index: 8;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 10em;
  left: 16em;
}

.main-naming-city-roads {
  z-index: 5;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.stadium-hover {
  z-index: 3;
  opacity: 1;
  width: 25em;
  display: block;
  position: absolute;
  top: 28.3em;
  left: 56.6em;
}

.stadium-hover-image {
  cursor: pointer;
  width: 100%;
  display: block;
}

.market-hover {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  width: 20.6em;
  padding-top: 2em;
  display: block;
  position: absolute;
  top: 20.4em;
  left: 24.3em;
}

.market-hover-image {
  cursor: pointer;
  width: 100%;
}

.business-center-hover {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  width: 12.7em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.business-center-hover-image {
  cursor: pointer;
  width: 100%;
}

.museum-hover {
  z-index: 4;
  opacity: 1;
  width: 17em;
  display: block;
  position: absolute;
  top: 24em;
  left: 51.4em;
}

.museum-hover-image {
  cursor: pointer;
  width: 100%;
}

.body-2 {
  font-size: 1vw;
}

.main-factory-hover {
  z-index: 3;
  opacity: 1;
  cursor: pointer;
  width: 10.2em;
  padding-top: 2em;
  display: block;
  position: absolute;
  inset: 16.9em auto auto 50.5em;
}

.factory-hover-image {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
}

.hospital-hover {
  z-index: 4;
  opacity: 1;
  cursor: pointer;
  width: 20.1em;
  display: block;
  position: absolute;
  top: 24em;
  left: 72.1em;
}

.hospital-hover-image {
  width: 100%;
  display: block;
}

.train-rings-image {
  z-index: 3;
  position: relative;
}

.train-rings-back {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.administry-hover {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  width: 17.1em;
  margin-left: 2em;
  padding-top: 1em;
  display: block;
  position: absolute;
  inset: 14.7em auto auto 82.8em;
}

.administry-hover-image {
  width: 100%;
}

.university-hover {
  z-index: 4;
  opacity: 1;
  cursor: pointer;
  width: 19.6em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.university-hover-image {
  width: 100%;
}

.christmas-tree-original {
  z-index: 18;
  opacity: 1;
  width: 13em;
  position: absolute;
  top: 21.4em;
  left: 74.5em;
}

.christmas-tree-original-image {
  width: 100%;
  display: block;
}

.road-hover {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  width: 45.8em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
}

.road-hover-image {
  width: 100%;
}

.train-wrapper-comics-2 {
  z-index: 3;
  background-image: url('../images/Стекло.png');
  background-position: 50%;
  background-size: cover;
  width: 100em;
  height: 25em;
  display: block;
  position: absolute;
  inset: auto -14em -4em auto;
  overflow: hidden;
}

.main-scene-4 {
  z-index: 8;
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.c1-s4-hospital {
  z-index: 20;
  position: absolute;
  top: 10em;
  left: 37em;
  overflow: hidden;
}

.c1-s4-image {
  width: 55em;
}

.c1-s4-hospital-registation {
  grid-row-gap: 1.2em;
  flex-direction: column;
  margin-top: .2em;
  display: flex;
  position: absolute;
  inset: .7em 12.5em auto auto;
}

.c1-s4-text-1 {
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 100%;
}

.c1-s4-text-1._1, .c1-s4-text-1._2, .c1-s4-text-1._3, .c1-s4-text-1._4 {
  font-size: 1.35em;
}

.c1-s4-text-1.small {
  text-align: center;
  font-size: .7em;
  display: block;
  position: absolute;
  inset: 11.3em auto auto 3em;
  transform: rotate(-7deg);
}

.c1-s4-text-1.small.next {
  display: none;
}

.c1-s4-man-with-tablet {
  display: block;
  position: absolute;
  inset: auto 5em 0% auto;
  overflow: hidden;
}

.c1-s4-man-with-tablet-image {
  width: 16em;
}

.comics-train {
  z-index: 2;
  background-image: url('../images/Поезд-целый.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 61em;
  height: 16em;
  display: block;
  position: absolute;
  inset: auto -15em 9.2em auto;
  transform: rotate(-2deg);
}

.comics-train-lines {
  background-image: url('../images/Поезд-задник.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.comics-train-rings {
  z-index: auto;
  width: 64.5em;
  display: block;
  position: absolute;
  inset: auto 13em -3em auto;
}

.dialog-cloud-5 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 39em;
  margin-top: 2em;
  margin-right: -1em;
  display: flex;
  position: absolute;
  inset: auto 22em 12em auto;
}

.mobile-banner {
  display: none;
}

.main-scene-5 {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100em;
  height: 37.4em;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.main-scene-5-left {
  align-items: center;
  width: 30em;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-scene-5-left-image {
  width: 65em;
  max-width: none;
  position: relative;
}

.main-scene-5-right {
  justify-content: center;
  width: 68em;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-scene-5-right-background {
  object-fit: fill;
  width: 125%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.main-scene-5-wrapper {
  grid-column-gap: 2em;
  height: 37em;
  display: flex;
}

.main-scene-5-mens {
  width: 25em;
  position: relative;
  top: 3.6em;
}

.main-scene-5-woman {
  z-index: 2;
  width: 18em;
  position: absolute;
  inset: 5em 10em 0% auto;
}

.dialog-cloud-6 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 44em;
  margin-top: 2em;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 1em -17em auto auto;
}

.main-scene-5-left-mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dialog-cloud-6-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 41em;
  margin-top: 2em;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 10em;
}

.main-scene-6 {
  z-index: 10;
  outline-offset: 0px;
  outline: 1px #c4c4c4;
  width: 100em;
  height: 50em;
  margin-top: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.scene-6-first-man {
  z-index: 2;
  width: 31em;
  display: block;
  position: absolute;
  inset: auto auto 0 8em;
}

.c1-s6-text._1 {
  z-index: 55;
  color: #000;
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: .9em;
  position: absolute;
  inset: auto auto 1em 3em;
}

.c1-s6-text._2 {
  z-index: 55;
  color: #000;
  text-align: center;
  width: 16em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: .9em;
  position: absolute;
  inset: auto 3em 1em auto;
}

.scene-6-background {
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
}

.scene-6-dragon {
  width: 12em;
  position: absolute;
  top: 3.5em;
  left: 7.5em;
}

.scene-6-cross {
  width: 17em;
  position: absolute;
  top: 5em;
  left: 4em;
}

.main-scene-7 {
  z-index: 11;
  justify-content: center;
  align-items: stretch;
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scene-7-background {
  z-index: 0;
  width: 150em;
  max-width: none;
  display: block;
  position: relative;
}

.scene-7-front-crowd {
  z-index: 2;
  width: 100em;
  position: absolute;
  top: auto;
  bottom: -13em;
  overflow: visible;
}

.c1-s7-title {
  z-index: 2;
  color: #03a156;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px #000c;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1em;
  position: absolute;
  top: 3em;
}

.welcome-screen {
  z-index: 5;
  opacity: 1;
  background-color: #7027e2;
  align-items: center;
  width: 3.2em;
  height: 1.7em;
  padding-top: .2em;
  display: flex;
  position: absolute;
  inset: 39.7em auto auto 41.4em;
  overflow: hidden;
}

.welcome-screen-text {
  color: #fff;
  margin-left: .7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: .5em;
  font-weight: 700;
}

.main-build-image {
  width: 100%;
}

.dialog-cloud-2-2 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 35em;
  display: flex;
  position: absolute;
  inset: auto 20em 19em auto;
}

.dialog-text-second {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: 2.4em;
  right: 7em;
}

.backtomain {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.croc-index {
  z-index: 6;
  opacity: 1;
  width: 13.2em;
  position: absolute;
  top: 28.7em;
  left: 42.6em;
}

.c1-s4-girl {
  width: 5.5em;
  position: absolute;
  inset: auto auto 0% 27em;
}

.preloader-wrapper {
  z-index: 999999999;
  background-color: #0ec378;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.main-scene-1-background {
  z-index: 0;
  cursor: pointer;
  background-color: gray;
  background-image: linear-gradient(#0003, #0003), url('../images/КРОКОПОЛИС-Лето.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100em;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-scene-4-background {
  z-index: 0;
  background-image: url('../images/больница-фон.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100em;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.main-scene-6-bus {
  width: 10em;
  position: absolute;
  inset: 3em 8em auto auto;
}

.main-scene-6-left-dialog {
  z-index: 50;
  width: 48em;
  position: absolute;
  inset: auto auto -2em -12em;
}

.main-scene-6-right-dialog {
  z-index: 50;
  width: 48em;
  position: absolute;
  inset: auto -16em -2.5em auto;
}

.scene-6-second-man {
  z-index: 4;
  width: 23em;
  display: block;
  position: absolute;
  inset: auto auto 0 29em;
}

.scene-6-third-man {
  z-index: 2;
  width: 26em;
  display: block;
  position: absolute;
  inset: auto auto 0 45em;
}

.main-scene-3-fan {
  z-index: 5;
  width: 25em;
  position: absolute;
  top: 5em;
}

.crocopolis-logo {
  z-index: 5000;
  width: 13em;
  position: absolute;
  top: 1em;
  left: 43em;
}

.tower-1 {
  width: 20em;
  position: absolute;
  top: 10em;
  left: 0;
}

.tower-2 {
  width: 17em;
  position: absolute;
  top: 16em;
  left: 32em;
}

.factory-1 {
  width: 16em;
  position: absolute;
  top: 17em;
  right: 8em;
}

.cloud-scene-1 {
  width: 100vw;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.cloud-scene-1-background {
  width: 100em;
}

.cloud-scene-1-table {
  width: 30em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cloud-scene-1-man {
  z-index: 2;
  width: 23em;
  position: absolute;
  inset: auto auto 0 26em;
}

.cloud-scene-1-dialog {
  z-index: 2;
  width: 29em;
  position: absolute;
  inset: 8em 30em auto auto;
}

.cloud-scene-1-dialog-cloud {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.cloud-dialog-text {
  z-index: 2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: 2em;
  left: 3em;
  right: 1em;
}

.matrix {
  z-index: 1;
  width: 50em;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% -2em auto auto;
}

.html-embed {
  width: 100%;
}

.cloud-scene-2 {
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cloud-scene-1-cloud {
  width: 22em;
  position: absolute;
  inset: 17em 7em auto auto;
}

.cloud-scene-1-documents {
  width: 13em;
  height: 10em;
  margin-left: 2em;
  position: absolute;
  top: 30em;
  right: 8em;
}

.cloud-scene-1-first-document {
  width: 5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cloud-scene-1-second-document {
  width: 5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cloud-scene-2-background {
  z-index: 1;
  position: relative;
}

.comics-wrapper {
  flex-direction: column;
  width: 100vw;
  height: auto;
  display: flex;
}

.cloud-scene-2-first-person {
  z-index: 4;
  width: 88em;
  max-width: none;
  position: absolute;
  bottom: -5em;
  left: -12em;
  right: auto;
}

.cloud-scene-2-second-person {
  z-index: 3;
  width: 30em;
  position: absolute;
  top: 13.5em;
  left: 18em;
  right: auto;
}

.cloud-scene-2-third-person {
  z-index: 3;
  width: 27em;
  position: absolute;
  inset: auto -7.2em -3em auto;
}

.cloud-scene-2-fourth-person {
  z-index: 2;
  width: 43em;
  position: absolute;
  inset: 19em 13em auto auto;
}

.cloud-scene-dialog {
  width: 100%;
  position: relative;
  bottom: auto;
  right: auto;
}

.cloud-scene-2-dialog {
  z-index: 5;
  width: 15em;
  position: absolute;
  top: 24em;
  left: 10em;
}

.cloud-s2-text {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  inset: 4em 0% 0%;
}

.cloud-scene-2-dialog-2 {
  z-index: 5;
  width: 26em;
  position: absolute;
  top: 7em;
  left: 39em;
}

.cloud-s2-text-bigger {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  inset: 2em 1.6em 0% 4em;
}

.cloud-scene-2-pulse {
  z-index: 2;
  width: 15em;
  position: absolute;
  inset: 9em auto auto 16em;
}

.cloud-background-image {
  z-index: 0;
  width: 90em;
  position: absolute;
  inset: -20em -3em auto auto;
}

.cloud-scene-3 {
  background-color: #fdfeff;
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cloud-scene-3-right-man {
  z-index: 2;
  width: 40em;
  position: absolute;
  inset: auto 0% -3em auto;
}

.cloud-scene-3-pulse {
  z-index: 0;
  width: 20em;
  position: absolute;
  top: 8em;
  left: 4em;
}

.cloud-scene-3-left {
  z-index: 2;
  width: 42em;
  position: absolute;
  inset: auto auto 0 -1em;
}

.cloud-scene-3-display {
  z-index: 0;
  background-color: #45a6f1;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 46em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 3em;
  left: 28em;
}

.cloud-scene-2-dialog-3 {
  z-index: 5;
  width: 35em;
  position: absolute;
  bottom: 5em;
  right: 20em;
}

.cloud-s2-text-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  bottom: 1.5em;
  left: 2em;
  right: 6em;
}

.cloud-scene-3-display-image {
  z-index: 0;
  background-color: #45a6f1;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 3em;
  left: 28em;
}

.cloud-scene-4 {
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cloud-scene-4-background {
  z-index: 1;
  width: 100%;
  position: relative;
}

.cloud-scene-4-window-background {
  z-index: 0;
  position: absolute;
  inset: -10em 0% 0%;
}

.cloud-scene-4-people {
  z-index: 2;
  width: 20em;
  position: absolute;
  inset: 17.6em auto auto 5em;
}

.cloud-scene-4-man-left {
  z-index: 2;
  width: 25em;
  position: absolute;
  inset: auto 35em 0% auto;
}

.cloud-scene-4-man-right {
  z-index: 2;
  width: 22em;
  position: absolute;
  inset: auto 15em 0% auto;
}

.cloud-scene-4-dialog {
  z-index: 5;
  width: 22em;
  position: absolute;
  bottom: 18em;
  right: 45em;
}

.cloud-s2-text-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  bottom: 1.5em;
  left: 1em;
  right: 5.3em;
}

.cloud-scene-4-dialog-2 {
  z-index: 5;
  width: 21em;
  position: absolute;
  bottom: 14em;
  right: 10em;
}

.cloud-s2-text-4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  bottom: 2.5em;
  left: 4.5em;
  right: 1.5em;
}

.cloud-scene-5 {
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cloud-scene-5-background {
  z-index: 1;
  width: 112em;
  max-width: none;
  position: relative;
  top: -3em;
  left: -5em;
}

.cloud-scene-5-background-window {
  z-index: 0;
  position: absolute;
  inset: -5em 0% auto auto;
}

.cloud-scene-5-women {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: 6.7em auto auto 14em;
}

.cloud-scene-5-man {
  z-index: 1;
  width: 59em;
  position: absolute;
  inset: auto 10em 1em auto;
}

.cloud-dialog-5-1 {
  z-index: 2;
  width: 26em;
  position: absolute;
  inset: 27em auto auto 9em;
}

.cloud-dialog-image {
  width: 100%;
}

.cloud-s2-text-5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  bottom: 2.3em;
  left: 1.5em;
  right: 7.8em;
}

.cloud-dialog-5-2 {
  z-index: 2;
  width: 20em;
  position: absolute;
  inset: 24em 14em auto auto;
}

.cloud-s2-text-5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  bottom: 1.7em;
  left: 4em;
  right: 1em;
}

.cloud-scene-6 {
  width: 100vw;
  height: 60em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cloud-scene-6-background {
  width: 130em;
  max-width: none;
  margin-left: -25em;
}

.cloud-scene-6-people {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.cloud-scene-6-cloud {
  z-index: 1;
  width: 50em;
  position: absolute;
  inset: 4em 0% auto 26em;
}

.cloud-scene-2-table {
  z-index: 2;
  width: 40.7em;
  position: absolute;
  inset: auto 23.8em .8em auto;
}

.airport-scene-1 {
  align-items: stretch;
  width: 100vw;
  height: 55.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.airport-scene-1-front-background {
  z-index: 1;
  width: 100em;
  height: auto;
  position: relative;
}

.airport-scene-1-back-background {
  z-index: 0;
  width: 160em;
  max-width: none;
  position: absolute;
  inset: -15em 0% 0% -25em;
}

.airport-scene-1-airplane {
  width: 30em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.airport-scene-1-first-man {
  z-index: 2;
  width: 18em;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 12em;
}

.airport-scene-1-second-man {
  z-index: 2;
  width: 20em;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 42em;
}

.airport-scene-1-third-man {
  z-index: 2;
  width: 23em;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 61em;
}

.airport-dialog-wrapper {
  z-index: 3;
  width: 32em;
  position: absolute;
  top: 1em;
  left: 25em;
}

.airport-dialog {
  width: 100%;
  max-width: none;
}

.c2-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 3.5em;
  right: 3.7em;
}

.airport-dialog-wrapper-2 {
  z-index: 3;
  width: 18em;
  position: absolute;
  bottom: 22em;
  left: 30em;
}

.c2-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  right: 3.7em;
}

.airport-dialog-wrapper-3 {
  z-index: 3;
  width: 23em;
  position: absolute;
  bottom: 29em;
  left: 70em;
}

.c2-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 1.5em;
  left: 6em;
  right: 1em;
}

.airport-scene-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 46.6em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-2-left-background {
  height: 100%;
  display: none;
}

.airport-scene-3 {
  z-index: 6;
  background-color: #fff;
  align-items: stretch;
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
  overflow: hidden;
}

.airport-scene-2-left-background {
  border: 1px solid #c4c4c4;
  border-radius: 1000px;
  width: 101%;
  max-width: none;
  height: 103%;
}

.airport-scene-2-right-background {
  width: auto;
  height: auto;
  position: static;
  top: 0;
}

.airport-scene-3-background {
  width: 120em;
  max-width: none;
  height: 100em;
  margin-left: -10em;
}

.airport-scene-3-man-left {
  width: 40em;
  position: absolute;
  bottom: -5em;
  left: -1em;
}

.airport-scene-3-man-right {
  z-index: 1;
  width: 40em;
  position: absolute;
  inset: auto 0% -2.5em auto;
}

.airport-dialog-wrapper-6 {
  z-index: 3;
  width: 29em;
  position: absolute;
  inset: auto auto 30em 24em;
}

.c2-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4em;
  left: 7em;
  right: 1.5em;
}

.airport-scene-3-tablet {
  width: 5em;
  position: absolute;
  inset: auto auto 20.1em 29.5em;
}

.airport-scene-4 {
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.airport-scene-4-background {
  z-index: 1;
  width: 100em;
  position: relative;
}

.airport-scene-4-man {
  z-index: 2;
  width: 55em;
  position: absolute;
  bottom: -4.7em;
  left: 19.3em;
}

.airport-scene-4-window {
  z-index: 0;
  width: 124em;
  max-width: none;
  margin-top: -10em;
  position: absolute;
}

.airport-dialog-wrapper-7 {
  z-index: 3;
  width: 32em;
  display: block;
  position: absolute;
  inset: 6em 10em auto auto;
}

.c2-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.5em;
  left: 7em;
  right: 2em;
}

.airport-scene-5 {
  width: 100vw;
  height: 55.5em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.airport-scene-5-background {
  z-index: 1;
  width: 100em;
  position: relative;
}

.airport-scene-5-window {
  z-index: 0;
  width: 140em;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}

.airport-scene-5-man-left {
  z-index: 2;
  width: 24em;
  position: absolute;
  top: 10em;
  left: 42em;
}

.airport-scene-5-man-right {
  z-index: 2;
  width: 33em;
  position: absolute;
  inset: 10em 1em auto auto;
}

.airport-dialog-wrapper-8 {
  z-index: 3;
  width: 34em;
  display: block;
  position: absolute;
  inset: auto auto 20em 20em;
}

.c2-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 1.5em;
  left: 1em;
  right: 9.2em;
}

.airport-scene-5-airplane {
  width: 20em;
  position: absolute;
  left: 15em;
}

.airport-scene-2-left {
  z-index: 1;
  border: 30px solid #fff;
  border-radius: 1000px;
  align-items: center;
  width: 50em;
  height: 50em;
  margin-top: 2em;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: -2.5vw auto 0% 0;
}

.airport-scene-2-right {
  width: 70em;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.airport-scene-2-right-man {
  width: 30em;
  position: absolute;
  inset: auto auto -6em 10.6em;
}

.airport-dialog-wrapper-4 {
  z-index: 3;
  width: 23em;
  position: absolute;
  inset: 5em 14em auto auto;
}

.airport-dialog-wrapper-5 {
  z-index: 3;
  width: 31em;
  position: absolute;
  inset: auto auto 2em 25em;
}

.c2-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.1em;
  left: 2em;
  right: 8em;
}

.main-scene-7-shadow {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.airport-scene-2-man-left {
  width: 20em;
  position: absolute;
  inset: 10em 8em auto auto;
}

.c2-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.4em;
  left: 9em;
  right: 1em;
}

.airport-scene-3-table {
  z-index: 0;
  width: 37em;
  position: absolute;
  inset: auto -5em 0% auto;
}

.factory-image {
  z-index: 0;
  width: 21em;
  max-width: none;
  display: block;
  position: absolute;
  inset: 15.4em auto auto 46.4em;
}

.lottie-preloader {
  width: 121em;
  margin-left: -9em;
}

.comics-cta {
  z-index: 998;
  justify-content: center;
  align-items: center;
  width: 100em;
  height: 55em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.comics-cta-content {
  z-index: 2;
  flex-flow: column;
  width: 60em;
  display: flex;
  position: relative;
  top: 0;
  left: 2em;
}

.comics-cta-top-content {
  grid-column-gap: 3em;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff3;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.comics-finish-title {
  color: #fff;
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 100%;
}

.comics-finish-text-wrapper {
  flex-direction: column;
  align-items: center;
  width: 32em;
  display: flex;
}

.comics-finish-content-text {
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 120%;
}

.form-button {
  color: #333;
  background-color: #fff;
  border-radius: 1000px;
  padding: .75em 2.5em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.form-button:hover {
  color: #fff;
  background-color: #00a460;
}

.comics-bottom-content {
  grid-column-gap: 2em;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.comics-bottom-left {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 3em 2.3em;
  display: flex;
}

.cta-second-button {
  background-color: #0000;
  background-image: linear-gradient(145deg, #25ffff, #7027e2);
  border-radius: 1000px;
  padding: .75em 5em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.cta-second-button:hover {
  padding: 1em 7em;
}

.cta-second-button.magnetic:hover {
  padding: .75em 5em;
}

.comics-bottom-right {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 3em 2.3em;
  display: flex;
}

.comics-bottom-right.main-hide {
  display: none;
}

.cta-third-button {
  background-color: #0000;
  background-image: linear-gradient(315deg, #00a460, #7027e2);
  border-radius: 1000px;
  padding: .75em 5em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.airport-dialog-wrapper-6-2 {
  z-index: 3;
  width: 22em;
  position: absolute;
  inset: auto 35em 3em auto;
}

.c2-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 1.5em 3em 2em;
}

.business-center-wrapper {
  width: 20em;
  height: 20em;
  position: absolute;
  inset: 11em auto auto 40em;
}

.complex-wrapper {
  z-index: 5;
  opacity: 1;
  width: 20em;
  position: absolute;
  top: 20.8em;
  left: -2em;
}

.university-wrapper {
  opacity: 1;
  color: #333;
  width: 25em;
  height: 20em;
  text-decoration: none;
  position: absolute;
  inset: auto auto 1.8em 12.3em;
}

.roads-wrapper {
  opacity: 1;
  width: 30em;
  height: 20em;
  display: none;
  position: absolute;
  bottom: .2em;
  left: 31.4em;
}

.main-mobile-slider {
  display: none;
}

.cta-menu {
  z-index: 9999;
  background-color: #00a460;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 5.8em;
  height: 100vh;
  display: flex;
  position: fixed;
  left: -5.8em;
}

.cta-menu-title-wrapper {
  width: 1.7em;
  margin-top: 0;
}

.cta-menu-projects-btn {
  cursor: pointer;
  width: 1em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.cta-menu-socials {
  justify-content: center;
  width: 4em;
  display: flex;
  position: relative;
  top: 0;
}

.cta-projects {
  z-index: 999;
  background-color: #fff;
  width: auto;
  height: 100vh;
  padding-left: 8em;
  position: fixed;
  inset: 0% auto auto -80em;
  overflow: scroll;
  box-shadow: 6px 0 20px #0003;
}

.projects-grid {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 3.5em;
  display: flex;
}

.projects-link {
  background-image: url('../images/Облако_2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link.w--current {
  background-image: url('../images/pointer.svg'), linear-gradient(#00000080, #00000080), url('../images/Облако_2.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.projects-image {
  width: 14em;
}

.grid-line-one {
  flex-direction: column;
  margin-right: 1.8vw;
  display: flex;
}

.grid-line-two {
  flex-direction: column;
  margin-right: 2em;
  display: flex;
}

.projects-hover {
  background-color: #00a46080;
  border-radius: 1.8em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-hover.no-hover {
  background-color: #00a46080;
}

.projects-link-cloud {
  background-image: url('../images/Облако_2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  position: relative;
}

.projects-link-cloud.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Облако_2.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
  margin-top: 1.8em;
}

.projects-link-airport {
  background-image: url('../images/airport.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  position: relative;
  overflow: hidden;
}

.projects-link-airport.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/airport.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.projects-link-main {
  background-image: url('../images/preview.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.4em;
  width: 14em;
  height: 9.4em;
  position: relative;
}

.projects-link-main.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 14em;
  height: 9em;
}

.projects-link-administration {
  background-image: url('../images/Снимок-экрана-2022-12-08-в-10.24.12-AM.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.8em;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  position: relative;
}

.projects-link-administration.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a460bf, #00a460bf), url('../images/Снимок-экрана-2022-12-08-в-10.24.12-AM.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  border-radius: 1.4em;
  width: 14em;
  height: 9em;
}

.projects-title {
  color: #fff;
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
}

.projects-title.uppercase {
  text-transform: uppercase;
}

.project-go-text {
  color: #fff;
  font-family: Croc, Tahoma, sans-serif;
  font-size: .8em;
  line-height: .6em;
  text-decoration: underline;
  position: absolute;
  bottom: 2em;
}

.line-div {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
}

.popup-form-wrapper {
  z-index: 999999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: -100vh;
}

.text-field {
  border-radius: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.checkbox-label {
  font-family: Croc, Tahoma, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.link {
  color: #fff;
  font-family: Croc, Tahoma, sans-serif;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.form {
  grid-row-gap: .4em;
  flex-direction: column;
  width: 30em;
  display: flex;
}

.subscribe-form-btn {
  color: #fff;
  background-color: #00a460;
  border-radius: 1000px;
  width: 100%;
  margin-bottom: 1em;
  padding-top: .7em;
  padding-bottom: .7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.form-block {
  z-index: 50;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #d9d9d92b;
  justify-content: center;
  width: auto;
  padding: 4em;
  display: flex;
  position: relative;
}

.popup-close-icon {
  cursor: pointer;
  width: 1.5em;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
}

.popup-shadow {
  z-index: 0;
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.crocopolis-label {
  color: #00a460;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}

.admin-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.admin-scene-1-background {
  z-index: 1;
  width: 107.5em;
  max-width: none;
  position: relative;
}

.admin-scene-1-window {
  z-index: 0;
  width: 80em;
  position: absolute;
  inset: 0% -15em auto auto;
}

.admin-scene-1-two-guys {
  z-index: 2;
  width: 65em;
  position: absolute;
  inset: auto auto -11em -8em;
}

.admin-scene-1-boss {
  z-index: 1;
  width: 24em;
  position: absolute;
  inset: 0% auto auto 19.3em;
}

.admin-scene-1-right-man {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: 20em auto auto 44.6em;
}

.admin-scene-1-right-second-man {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: auto -5em .3em auto;
}

.dialog-wrapper-c1-s1-1 {
  z-index: 1;
  width: 30em;
  position: absolute;
  inset: 5em auto auto 3em;
}

.c3-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4em;
  left: 2em;
  right: 8em;
}

.dialog-wrapper-c1-s1-2 {
  z-index: 1;
  width: 22em;
  position: absolute;
  inset: 5em auto auto 59em;
}

.c3-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 2em;
  right: 2em;
}

.dialog-wrapper-c1-s1-3 {
  z-index: 1;
  width: 22em;
  position: absolute;
  inset: 35em 16.6em auto auto;
}

.c3-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 2em;
  right: 7em;
}

.admin-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  margin-bottom: -.2em;
  position: relative;
  overflow: hidden;
}

.admin-scene-2-background {
  width: 130em;
  max-width: none;
  margin-left: -15em;
}

.admin-scene-2-first-man {
  width: 35em;
  position: absolute;
  inset: auto auto -.8em 5em;
}

.admin-scene-2-second-man {
  width: 25em;
  position: absolute;
  inset: auto auto 4.3em 40em;
}

.admin-scene-2-third-man {
  width: 35em;
  position: absolute;
  inset: auto auto 6.4em 64.5em;
}

.dialog-wrapper-c1-s2-1 {
  z-index: 1;
  width: 23em;
  position: absolute;
  inset: 8em auto auto 5em;
}

.c3-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4em;
  left: 2em;
  right: 2em;
}

.dialog-wrapper-c1-s2-2 {
  z-index: 1;
  width: 19.4em;
  position: absolute;
  inset: 17em auto auto 30em;
}

.c3-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 2em;
  right: 2em;
}

.dialog-wrapper-c1-s2-3 {
  z-index: 1;
  width: 17em;
  position: absolute;
  inset: 12em auto auto 55em;
}

.c3-s2-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2em;
  right: 2em;
}

.admin-scene-2-timer {
  z-index: 2;
  width: 36em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.admin-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.admin-scene-3-background {
  z-index: 1;
  width: 100.2em;
  max-width: none;
  position: relative;
  top: -.4em;
}

.admin-scene-3-display {
  width: 52em;
  position: absolute;
  inset: 0% auto auto 23.5em;
}

.admin-scene-3-guys-left {
  z-index: 3;
  width: 50em;
  position: absolute;
  inset: auto auto 2em 0%;
}

.admin-scene-3-table {
  z-index: 2;
  width: 100em;
  position: absolute;
  inset: auto 0% 0%;
}

.admin-scene-3-guys-right {
  z-index: 3;
  width: 44em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.admin-scene-3-man-left {
  z-index: 1;
  width: 15em;
  position: absolute;
  inset: 0 auto auto 25em;
}

.admin-scene-3-man-right {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: 0 19em auto auto;
}

.dialog-wrapper-c1-s3-1 {
  z-index: 3;
  width: 22em;
  position: absolute;
  inset: 1em auto auto 9em;
}

.c3-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2em;
  right: 6em;
}

.dialog-wrapper-c1-s3-2 {
  z-index: 3;
  width: 20em;
  position: absolute;
  inset: -3.5em auto auto 47em;
}

.c3-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 1.8em;
  right: 3.5em;
}

.dialog-wrapper-c1-s3-3 {
  z-index: 3;
  width: 18em;
  position: absolute;
  inset: 4em 11em auto auto;
}

.c3-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 2.4em;
  right: 1em;
}

.dialog-wrapper-c1-s3-4 {
  z-index: 3;
  width: 27em;
  position: absolute;
  inset: 22em 19em auto auto;
}

.c3-s3-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8em;
  left: 1.5em;
  right: 9em;
}

.dialog-wrapper-c1-s3-5 {
  z-index: 3;
  width: 17em;
  position: absolute;
  inset: 24em auto auto 19em;
}

.c3-s3-5 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8.5em;
  left: 2em;
  right: 2em;
}

.admin-scene-3-timer {
  z-index: 3;
  width: 36em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.admin-scene-3-map {
  z-index: 0;
  width: 34em;
  position: absolute;
  inset: 7em auto auto 30em;
}

.admin-scene-4 {
  width: 100em;
  height: 50em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.admin-scene-4-background {
  width: 100em;
  max-width: none;
}

.admin-scene-5-man-left {
  width: 55em;
  position: absolute;
  inset: -6em auto auto -8em;
}

.admin-scene-mans-right {
  width: 46em;
  position: absolute;
  inset: auto 0% -6em auto;
}

.dialog-wrapper-c3-s4-1 {
  z-index: 3;
  width: 22em;
  position: absolute;
  inset: 2em auto auto 22.2em;
}

.c3-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4em;
  left: 4.5em;
  right: 1.5em;
}

.dialog-wrapper-c3-s4-2 {
  z-index: 3;
  width: 22em;
  position: absolute;
  inset: 12em 25em auto auto;
}

.c3-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 1.8em 2em 3em;
}

.admin-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.admin-scene-5-background {
  width: 130em;
  max-width: none;
  margin-top: -14em;
  margin-left: -15em;
}

.admin-scene-5-timer {
  z-index: 3;
  width: 36em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.admin-scene-5-guys {
  width: 85em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 1.2em;
}

.dialog-wrapper-c3-s5-1 {
  z-index: 3;
  width: 22em;
  position: absolute;
  inset: 5em auto auto 27em;
}

.c3-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 2em;
  right: 1.5em;
}

.dialog-wrapper-c3-s5-2 {
  z-index: 3;
  width: 16.3em;
  position: absolute;
  inset: 9em auto auto 53em;
}

.c3-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 2em;
  right: 1.5em;
}

.admin-scene-6 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.admin-scene-6-background {
  z-index: 1;
  width: 122em;
  max-width: none;
  margin-top: -8.5em;
  margin-left: -17.2em;
  position: relative;
  left: 0;
}

.admin-scene-6-window {
  z-index: 0;
  width: 80em;
  position: absolute;
  inset: -10em auto auto -15em;
}

.admin-scene-6-man-left {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: auto auto 6.2em -2em;
}

.admin-scene-6-second-man-left {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: auto auto 18.2em 23.4em;
}

.admin-scene-6-boss {
  z-index: 1;
  width: 27em;
  position: absolute;
  inset: 2em 17em auto auto;
}

.admin-scene-6-second-mans-right {
  z-index: 2;
  width: 65em;
  position: absolute;
  inset: auto -10em -4em auto;
}

.dialog-wrapper-c4-s6-1 {
  z-index: 3;
  width: 16em;
  position: absolute;
  inset: 4em auto auto 13.4em;
}

.c3-s6-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 1.7em;
  right: 1.5em;
}

.dialog-wrapper-c4-s6-2 {
  z-index: 3;
  width: 23em;
  position: absolute;
  inset: 0% auto auto 36em;
}

.c3-s6-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.2em;
  left: 1.7em;
  right: 1.5em;
}

.dialog-wrapper-c4-s6-3 {
  z-index: 3;
  width: 24em;
  position: absolute;
  inset: 2em auto auto 75em;
}

.c3-s6-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.2em;
  left: 7em;
  right: 2em;
}

.cta-return-back {
  z-index: 2;
  grid-column-gap: .5em;
  color: #fff;
  align-items: center;
  font-family: Croc, Tahoma, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5em;
  left: 10em;
}

.return-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.return-text.green {
  color: #00a460;
}

.admin-scene-2-table {
  z-index: 1;
  width: 105em;
  max-width: none;
  position: absolute;
  inset: auto 0 -.4em auto;
}

.admin-scene-5-table {
  width: 134em;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% -17em;
}

.comics-cta-background {
  background-color: #000c;
  background-image: url('../images/КРОКОПОЛИС-Лето_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.comics-cta-mobile-shadow {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.main-scene-2-background {
  z-index: 0;
  width: 100em;
  position: absolute;
  inset: 0%;
}

.lottie-active {
  z-index: 100;
  cursor: pointer;
  width: 5em;
  height: 20em;
  position: absolute;
  top: 22em;
  left: 78.1em;
}

.lottie-christmass-three {
  z-index: 100;
  width: 20em;
  position: absolute;
  inset: 21em 9em auto auto;
}

.market-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.market-scene-1-background {
  width: 108em;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.c4-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.2em;
  left: 2em;
  right: 5em;
}

.market-scene-1-left-woman {
  z-index: 0;
  width: 55em;
  position: absolute;
  bottom: 0;
  left: 20em;
}

.market-scene-1-right-woman {
  width: 55em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.market-dialog-1-2 {
  z-index: 1;
  width: 26em;
  position: absolute;
  inset: 5em auto auto 20em;
}

.market-dialog-1-3 {
  z-index: 1;
  width: 35em;
  position: absolute;
  top: 12em;
  bottom: auto;
  right: -1em;
}

.c4-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.2em;
  right: 4em;
}

.market-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.market-scene-2-background {
  width: 108em;
  max-width: none;
  margin-left: -8em;
}

.market-scene-2-woman {
  z-index: 1;
  width: 52em;
  position: absolute;
  inset: auto auto -3em 4em;
}

.market-scene-2-man {
  z-index: 0;
  width: 41em;
  position: absolute;
  inset: auto auto -4em 31em;
}

.market-dialog-2-1 {
  z-index: 1;
  width: 24em;
  position: absolute;
  inset: auto auto 11em 5em;
}

.c4-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3.3em;
  left: 3em;
  right: 2.5em;
}

.market-dialog-2-2 {
  z-index: 1;
  width: 24em;
  position: absolute;
  inset: auto auto 15em 49em;
}

.c4-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 2.8em;
  left: 5em;
  right: 2.5em;
}

.market-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.market-scene-3-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  position: relative;
}

.market-scene-3-window {
  z-index: 0;
  position: absolute;
  inset: -5em 0% auto auto;
}

.market-scene-3-mans {
  z-index: 2;
  width: 45em;
  position: absolute;
  inset: auto auto -7em 20em;
}

.market-scene-3-woman {
  z-index: 2;
  width: 30em;
  position: absolute;
  inset: auto -1.5em -2.5em auto;
}

.market-dialog-3-1 {
  z-index: 2;
  width: 24em;
  position: absolute;
  inset: 14em auto auto 5em;
}

.c4-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3.3em;
  left: 2em;
  right: 7em;
}

.market-dialog-3-2 {
  z-index: 2;
  width: 26em;
  position: absolute;
  inset: 14em 22em auto auto;
}

.c4-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3.3em;
  left: 4.5em;
  right: 2em;
}

.market-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.market-scene-4-background {
  width: 108em;
  max-width: none;
}

.market-scene-4-table {
  width: 63em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.market-scene-4-woman {
  width: 66em;
  position: absolute;
  inset: auto 9em -3em auto;
}

.market-dialog-4-1 {
  z-index: 2;
  width: 42em;
  position: absolute;
  inset: auto auto 10em 19em;
}

.c4-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3.3em;
  left: 3em;
  right: 14em;
}

.market-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.market-scene-5-background {
  z-index: 1;
  width: 118em;
  max-width: none;
  position: absolute;
  left: -8.5em;
}

.market-scene-5-window {
  z-index: 0;
  width: 100em;
  max-width: none;
  position: relative;
}

.market-scene-5-woman {
  z-index: 2;
  width: 34em;
  position: absolute;
  inset: auto auto -2em 35em;
}

.market-dialog-5-1 {
  z-index: 2;
  width: 31em;
  position: absolute;
  inset: 8em auto auto 15em;
}

.c4-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 5em;
  left: 2em;
  right: 6em;
}

.market-dialog-5-2 {
  z-index: 2;
  width: 31em;
  position: absolute;
  inset: 12em 12em auto auto;
}

.c4-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 4.5em;
  left: 8em;
  right: 2.5em;
}

.market-scene-6 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.market-scene-6-background {
  width: 108em;
  max-width: none;
}

.market-scene-6-women-left {
  width: 32em;
  position: absolute;
  inset: auto auto -3em 5em;
}

.market-scene-6-women-right {
  z-index: 1;
  width: 46em;
  position: absolute;
  inset: auto auto -3em 29em;
}

.market-dialog-6-1 {
  z-index: 2;
  width: 31em;
  position: absolute;
  inset: 8em 17em auto auto;
}

.c4-s6-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3.4em;
  left: 9em;
  right: 3em;
}

.success-message {
  background-color: #00a460;
}

.form-text {
  color: #fff;
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: static;
  top: 2.2em;
  right: 4em;
}

.projects-link-market {
  background-image: url('../images/Маркет.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-market.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Маркет.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.cloud-form {
  z-index: 10;
  cursor: pointer;
  background-color: #0000;
  width: 11.6em;
  height: 15.7em;
  position: absolute;
  inset: 23em auto auto 45em;
}

.bank-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.bank-scene-1-background {
  width: 100em;
}

.bank-scene-1-back {
  width: 75em;
  max-width: none;
  position: absolute;
  inset: 7em 0% auto auto;
}

.back-scene-1-front {
  width: 74em;
  position: absolute;
  inset: auto auto -4.1em -1.6em;
}

.bank-dialog-1-1 {
  z-index: 1;
  width: 26em;
  position: absolute;
  inset: 25em auto auto 34em;
}

.bank-scene-1-dialog {
  width: auto;
  position: relative;
  inset: auto 0% 0% auto;
}

.bank-scene-1-dialog-2 {
  width: 80em;
  position: absolute;
  inset: auto -37em -1em auto;
}

.c5-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 6em;
  right: 34em;
}

.c5-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3em;
  left: 3em;
  right: 3em;
}

.bank-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.bank-scene-2-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  position: relative;
}

.bank-scene-2-window {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bank-scene-2-man-left {
  z-index: 2;
  width: 24em;
  position: absolute;
  inset: auto auto 0% 17em;
}

.bank-scene-2-man-right {
  z-index: 2;
  width: 30em;
  position: absolute;
  inset: auto auto -3em 40.5em;
}

.bank-dialog-2-1 {
  z-index: 4;
  width: 30em;
  position: absolute;
  inset: 19em auto auto 0;
}

.c5-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 4.5em;
  left: 4.5em;
  right: 5.5em;
}

.bank-dialog-2-2 {
  z-index: 4;
  width: 36em;
  position: absolute;
  inset: 3em 0% auto 57em;
}

.c5-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 5em;
  left: 10em;
  right: 3em;
}

.bank-dialog-2-3 {
  z-index: 4;
  width: 42em;
  position: absolute;
  inset: auto -10em -4em auto;
}

.bank-scene-3 {
  width: 100em;
  height: 52.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.bank-scene-3-top {
  width: 100em;
  margin-top: -4.1em;
}

.bank-scene-3-bottom {
  width: 100%;
  max-width: none;
  position: relative;
  inset: auto auto -.9em 0%;
}

.scene-3-bottom-wrapper {
  width: 100em;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.bank-scene-3-man-left {
  z-index: 1;
  width: 25.9em;
  position: absolute;
  inset: auto auto 0% 28em;
}

.bank-scene-3-man-right {
  z-index: 0;
  width: 24.2em;
  position: absolute;
  inset: auto auto 0% 48em;
}

.bank-dialog-3-1 {
  z-index: 4;
  width: 33em;
  position: absolute;
  inset: auto auto 4em 7em;
}

.c5-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3em;
  left: 3em;
  right: 9em;
}

.bank-dialog-3-2 {
  z-index: 4;
  width: 31em;
  position: absolute;
  inset: auto 4em 8em auto;
}

.c5-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 4em;
  left: 6em;
  right: 3em;
}

.bank-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.bank-scene-4-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.bank-scene-4-man-left {
  width: 40em;
  position: absolute;
  inset: auto auto 0% 2em;
}

.bank-scene-4-man-right {
  width: 96em;
  position: absolute;
  inset: auto auto -2em 0;
}

.bank-dialog-4-1 {
  z-index: 4;
  width: 33em;
  position: absolute;
  inset: auto auto 7em 20em;
}

.c5-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3em;
  left: 4em;
  right: 4em;
}

.bank-dialog-4-2 {
  z-index: 4;
  width: 33em;
  position: absolute;
  inset: 4em 30em auto auto;
}

.c5-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 4.9em;
  left: 4em;
  right: 7em;
}

.bank-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.bank-scene-5-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.bank-scene-5-window {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bank-scene-5-mens {
  z-index: 2;
  width: 45em;
  position: absolute;
  inset: auto auto 0% 9em;
}

.bank-dialog-5-1 {
  z-index: 4;
  width: 27em;
  position: absolute;
  inset: auto auto 14em 8em;
}

.c5-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 4em;
  left: 3em;
  right: 3em;
}

.bank-dialog-5-2 {
  z-index: 4;
  width: 20em;
  position: absolute;
  inset: 5em auto auto 43em;
}

.c5-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 2.7em;
  left: 4.5em;
  right: 3em;
}

.bank-scene-5-dialog {
  z-index: 5;
  background-color: #2bbe66;
  width: 40em;
  height: 10em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c5-s5-3 {
  color: #fff;
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 2.7em;
  left: 4.5em;
  right: 3em;
}

.swiper-button-prev {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: flex;
}

.swiper-button-prev:hover {
  transform: scale(.92);
}

.swiper-slide {
  color: #fff;
  text-align: center;
}

.swiper-button-next {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: flex;
}

.swiper-button-next:hover {
  transform: scale(.92);
}

.slider {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.buttons-wrap {
  grid-column-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.link-to-slide {
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
}

.projects-link-bank {
  background-image: url('../images/Bank.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-bank.w--current {
  background-image: url('../images/pointer.svg'), linear-gradient(#00000080, #00000080), url('../images/Bank.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

._404-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

._404-lottie {
  z-index: 1;
  width: 40em;
  display: block;
  position: relative;
  top: 8em;
  left: 30em;
}

._404-logo {
  z-index: 9999;
  width: 15em;
  position: absolute;
  inset: 2em auto auto 43em;
}

._404-logo-image {
  width: 100%;
  max-width: none;
  position: static;
}

._404-button {
  z-index: 999;
  background-color: #00a460;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: .5em 3em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 29.8em;
}

.pop-up-welcome {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.shadow {
  z-index: 0;
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.module-window {
  z-index: 2;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55em;
  height: auto;
  margin-top: -4em;
  padding: 8em 6em 4em;
  display: flex;
  position: relative;
}

.welcome-text {
  text-align: center;
  width: auto;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.15em;
  position: relative;
}

.module-three {
  z-index: 3;
  width: 17em;
  position: absolute;
  inset: -5em auto auto 26em;
}

.module-croc-build {
  z-index: 3;
  width: 15em;
  position: absolute;
  inset: auto auto -5em -5em;
}

.module-bell {
  z-index: 3;
  width: 12em;
  position: absolute;
  inset: auto -5em -6em auto;
}

.module-close-icon {
  cursor: pointer;
  width: 2em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.module-button {
  background-color: #00a460;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 2em;
  padding: .5em 2em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  line-height: 100%;
  display: flex;
}

.popup-wrappper {
  display: none;
}

.hospital-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.hospital-scene-1-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.hospital-scene-1-first-man {
  width: 28em;
  position: absolute;
  inset: auto auto -2em 18em;
}

.hospital-scene-1-second-man {
  width: 15em;
  position: absolute;
  inset: auto auto 0% 45em;
}

.hospital-scene-1-third-man {
  z-index: 2;
  width: 20em;
  position: absolute;
  inset: auto auto 0% 58em;
}

.hospital-scene-1-fourth-man {
  z-index: 1;
  width: 22em;
  position: absolute;
  inset: auto auto 0% 73em;
}

.hospital-dialog-1-1 {
  z-index: 4;
  width: 19em;
  position: absolute;
  top: 9em;
  left: -2em;
  right: auto;
}

.c6-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
}

.hospital-dialog-1-2 {
  z-index: 4;
  width: 15em;
  position: absolute;
  top: 22em;
  left: 50em;
  right: auto;
}

.c6-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 1.7em;
  left: 2em;
  right: 2em;
}

.hospital-dialog-1-3 {
  z-index: 4;
  width: 15em;
  position: absolute;
  top: 2em;
  left: 52em;
  right: auto;
}

.c6-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2em;
  right: 2em;
}

.hospital-dialog-1-4 {
  z-index: 4;
  width: 16em;
  position: absolute;
  top: 7em;
  left: 84em;
  right: auto;
}

.c6-s1-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 1.5em;
  right: 1.5em;
}

.hospital-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.hospital-scene-2-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.hospital-scene-2-man-left {
  width: 19em;
  position: absolute;
  inset: auto auto -2em 36em;
}

.hospital-scene-2-man-right {
  width: 28em;
  position: absolute;
  inset: auto auto -2em 56em;
}

.hospital-dialog-2-1 {
  z-index: 4;
  width: 36em;
  position: absolute;
  top: 2em;
  left: 5em;
  right: auto;
}

.c6-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.5em;
  left: 4em;
  right: 8em;
}

.hospital-dialog-2-2 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 10em;
  left: 76em;
  right: auto;
}

.c6-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.8em;
  left: 4em;
  right: 2em;
}

.hospital-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.hospital-scene-3-background {
  z-index: 1;
  width: 111em;
  max-width: none;
  margin-left: -5em;
  position: relative;
}

.hospital-scene-3-man-first {
  z-index: 2;
  width: 50em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hospital-scene-3-window {
  z-index: 0;
  width: 100em;
  position: absolute;
  inset: 0%;
}

.hospital-scene-3-man-second {
  z-index: 1;
  width: 44em;
  position: absolute;
  inset: auto auto 8.9em 15.6em;
}

.hospital-scene-3-man-third {
  z-index: 1;
  width: 30em;
  position: absolute;
  inset: auto auto 11em 65em;
}

.hospital-dialog-3-1 {
  z-index: 4;
  width: 25em;
  position: absolute;
  top: 22em;
  left: 23em;
  right: auto;
}

.c6-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 5.4em;
  left: 3.5em;
  right: 2.5em;
}

.hospital-dialog-3-2 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 2em;
  left: 38em;
  right: auto;
}

.c6-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.5em;
  left: 4em;
  right: 2.5em;
}

.hospital-dialog-3-3 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 21em;
  left: 55em;
  right: auto;
}

.c6-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 5em;
  left: 2em;
  right: 2.5em;
}

.hospital-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.hospital-scene-4-background {
  z-index: 0;
  width: 120em;
  max-width: none;
  margin-left: -10em;
  position: relative;
}

.hospital-scene-4-man-first {
  z-index: 2;
  width: 25em;
  position: absolute;
  inset: auto auto -2em 23em;
}

.hospital-scene-4-man-second {
  z-index: 3;
  width: 23em;
  position: absolute;
  inset: auto auto -2em 43em;
}

.hospital-scene-4-man-third {
  z-index: 3;
  width: 23em;
  position: absolute;
  inset: auto auto -2em 62em;
}

.hospital-dialog-4-1 {
  z-index: 4;
  width: 33em;
  position: absolute;
  top: 19em;
  left: 4em;
  right: auto;
}

.c6-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.5em;
  left: 1.5em;
  right: 7.5em;
}

.hospital-dialog-4-2 {
  z-index: 4;
  width: 21em;
  position: absolute;
  top: 21em;
  right: 8em;
}

.c6-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 5.3em;
  left: 2em;
  right: 1.5em;
}

.hospital-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.hospital-scene-5-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.hospital-scene-5-man {
  width: 38em;
  position: absolute;
  inset: auto auto -3.5em 20.6em;
}

.hospital-scene-5-woman {
  width: 27em;
  position: absolute;
  inset: auto auto -3.5em 52em;
}

.hospital-scene-5-woman-right {
  width: 25em;
  position: absolute;
  inset: 5em 0% auto auto;
}

.hospital-dialog-5-1 {
  z-index: 4;
  width: 18em;
  position: absolute;
  top: 18em;
  left: 1em;
  right: auto;
}

.c6-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 2.4em;
  left: 2em;
  right: 2em;
}

.hospital-dialog-5-2 {
  z-index: 4;
  width: 26em;
  position: absolute;
  top: 33em;
  left: 66em;
  right: auto;
}

.c6-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.7em;
  left: 4em;
  right: 1em;
}

.hospital-dialog-5-3 {
  z-index: 4;
  width: 21em;
  position: absolute;
  top: 5.6em;
  left: 58em;
  right: auto;
}

.c6-s5-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 1em;
  right: 2.5em;
}

.market-scene-1-mobile {
  z-index: 3;
  width: 35em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.market-scene-6-mobile {
  z-index: 5;
  width: 60em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.projects-link-hospital {
  background-image: url('../images/Снимок-экрана-2022-12-23-в-11.43.31-AM.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-hospital.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Снимок-экрана-2022-12-23-в-11.43.31-AM.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.ngmk-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.ngmk-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.ngmk-woman-left {
  width: 38em;
  margin-left: 1em;
  position: absolute;
  inset: auto auto -5em 0%;
}

.ngmk-woman-right {
  width: 41em;
  margin-left: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ngmk-dialog-1-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  top: 9.6em;
  left: 16em;
  right: auto;
}

.c7-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.8em;
  left: 5.6em;
  right: 1.8em;
}

.ngmk-dialog-1-2 {
  z-index: 4;
  width: 21em;
  position: absolute;
  top: 11em;
  left: 74em;
  right: auto;
}

.c7-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 1.9em;
  left: 1.5em;
  right: 2em;
}

.ngmk-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.ngmk-scene-2-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.ngmk-scene-2-men-left {
  width: 40em;
  position: absolute;
  inset: auto auto 7.3em 13em;
}

.ngmk-scene-3-men-right {
  width: 55em;
  position: absolute;
  inset: auto auto -3em 26.1em;
}

.ngmk-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.ngmk-scene-3-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.ngmk-scene-3-people {
  z-index: 2;
  width: 115em;
  max-width: none;
  position: absolute;
  inset: auto -17.6em -19em auto;
}

.ngmk-scene-3-men-left {
  z-index: 1;
  width: 24em;
  position: absolute;
  inset: 2em auto auto 7em;
}

.ngmk-scene-3-men-right2 {
  z-index: 1;
  width: 30em;
  position: absolute;
  inset: 2.1em auto auto 36.4em;
}

.ngmk-dialog-2-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  top: 8em;
  left: 4em;
  right: auto;
}

.c7-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.5em;
  left: 1.8em;
  right: 3em;
}

.ngmk-dialog-2-2 {
  z-index: 4;
  width: 29em;
  position: absolute;
  top: 24em;
  right: 7em;
}

.c7-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 6em;
  left: 2em;
  right: 2em;
}

.ngmk-dialog-3-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  top: 11em;
  left: 11em;
  right: auto;
}

.c7-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 2.2em;
}

.ngmk-dialog-3-2 {
  z-index: 4;
  width: 27em;
  position: absolute;
  top: 1em;
  left: 25em;
  right: auto;
}

.c7-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 4.5em 2.2em 2em;
}

.ngmk-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ngmk-scene-4-left {
  z-index: 1;
  width: 65em;
  height: 100%;
  margin-right: 2em;
  position: relative;
  overflow: hidden;
}

.ngmk-scene-4-left-background {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.ngmk-scene-4-front {
  z-index: 1;
  background-image: url('../images/фон_12.webp');
  background-position: 30%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.ngmk-scene-4-left-men-first {
  z-index: 2;
  width: 30em;
  position: absolute;
  inset: auto auto 0% -4em;
}

.ngmk-scene-4-left-men-second {
  z-index: 2;
  width: 18em;
  position: absolute;
  inset: auto auto 8.2em 16em;
}

.ngmk-scene-4-left-men-third {
  z-index: 2;
  width: 13.1em;
  position: absolute;
  inset: 7.7em auto auto 35.6em;
}

.ngmk-scene-4-left-men-fourth {
  z-index: 3;
  width: 40em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ngmk-scene-4-right {
  width: 33em;
  position: relative;
  overflow: hidden;
}

.ngmk-scene-4-right-background {
  width: auto;
  max-width: none;
  height: 100%;
}

.ngmk-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.ngmk-scene-5-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.ngmk-scene-5-window {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.ngmk-scene-5-woman-left {
  z-index: 2;
  width: 36em;
  position: absolute;
  inset: auto auto 3em 12em;
}

.ngmk-scene-5-woman-right {
  z-index: 2;
  width: 55em;
  position: absolute;
  inset: auto auto -.2em 42em;
}

.ngmk-dialog-4-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  top: 2em;
  left: 16em;
  right: auto;
}

.c7-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 4em 3.1em 2em;
}

.ngmk-dialog-4-2 {
  z-index: 4;
  width: 23em;
  position: absolute;
  top: 19em;
  left: 5em;
  right: auto;
}

.c7-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 3em;
}

.ngmk-dialog-5-1 {
  z-index: 4;
  width: 26em;
  position: absolute;
  top: 19em;
  left: 5em;
  right: auto;
}

.c7-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 5em 2.5em 2em;
}

.ngmk-dialog-5-2 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 5em;
  left: 62em;
  right: auto;
}

.c7-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3.4em 5em auto 4em;
}

.c7-s5-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 2em 7em;
}

.lottie-preloader-mobile {
  width: 121em;
  margin-left: -9em;
  display: none;
}

.comics-selection {
  z-index: 2;
  background-color: #fff;
  border-radius: 1vw;
  width: auto;
  height: auto;
  padding: 2.381vw;
  position: relative;
  top: 0;
}

.delete-wrapper {
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.comics-selection-title {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-28 {
  color: #00a460;
  text-transform: uppercase;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.66em;
  font-weight: 700;
}

.comics-selection-close-icon {
  cursor: pointer;
  width: 1.667vw;
}

.comics-selection-cases {
  align-items: flex-start;
  margin-top: 1.786vw;
  display: flex;
}

.comics-selection-case {
  background-image: url('../images/Облако_2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  width: 15.476vw;
  height: 10.714vw;
  margin-top: 0;
  margin-right: 1.3vw;
  position: relative;
}

.comics-selection-case.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Облако_2.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
  margin-top: 1.8em;
}

.comics-selection-case.administration {
  background-image: url('../images/prom.webp');
}

.comics-selection-case.ngmk {
  background-image: url('../images/NGMK.webp');
}

.comics-selection-case.hide {
  display: none;
}

.comics-selection-case.karer {
  background-image: url('../images/Снимок-экрана-2023-02-20-в-3.29.50-PM.webp');
}

.comics-selection-case.oil {
  background-image: url('../images/нефтегаз.webp');
  background-position: 50%;
}

.comics-selection-back {
  z-index: 2;
  grid-column-gap: .5em;
  color: #fff;
  align-items: center;
  margin-top: 2.381vw;
  font-family: Croc, Tahoma, sans-serif;
  text-decoration: none;
  display: flex;
  position: static;
  top: 5em;
  left: 10em;
}

.delete-example-button {
  z-index: 0;
  cursor: pointer;
  background-color: red;
  border-radius: 2vw;
  width: 10vw;
  height: 3vw;
  position: absolute;
}

.comics-selection-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: -100vh;
}

.university-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.university-scene-1-background {
  z-index: 2;
  width: 118em;
  max-width: none;
  position: relative;
}

.university-scene-1-window {
  z-index: 0;
  width: 70em;
  margin-left: -5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.university-man-first {
  z-index: 3;
  width: 61em;
  position: absolute;
  inset: auto auto 0% -6em;
}

.university-man-second {
  z-index: 3;
  width: 22em;
  position: absolute;
  inset: auto 6em 0% auto;
}

.university-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.university-dialog-1 {
  z-index: 4;
  width: 27em;
  position: absolute;
  top: 27em;
  left: 39em;
  right: auto;
}

.c8-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.8em;
  left: 8em;
  right: 1.8em;
}

.university-scene-2-background {
  z-index: 1;
  width: 117em;
  max-width: none;
  height: auto;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.university-scene-2-man-first {
  z-index: 2;
  width: 100%;
}

.university-scene-2-man-first-wrap {
  z-index: 3;
  align-items: flex-start;
  width: 30em;
  height: 28em;
  display: flex;
  position: absolute;
  inset: auto auto 6.9em 28em;
  overflow: hidden;
}

.university-scene-2-man-second {
  width: 100%;
}

.university-scene-2-man-second-wrap {
  z-index: 2;
  width: 30em;
  height: 34em;
  position: absolute;
  inset: auto 18em 7em auto;
  overflow: hidden;
}

.university-scene-2-table {
  z-index: 4;
  width: 117.5em;
  max-width: none;
  position: absolute;
  inset: auto 0% -5.3em -6.7em;
}

.university-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.university-scene-3-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.university-scene-3-man {
  z-index: 2;
  width: 48em;
  position: absolute;
  inset: auto auto -6em -2em;
}

.university-dialog-2 {
  z-index: 4;
  width: 25em;
  position: absolute;
  top: 8em;
  left: 12em;
  right: auto;
}

.c8-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.5em;
  left: 4em;
  right: 1.8em;
}

.university-dialog-2-1 {
  z-index: 4;
  width: 25em;
  position: absolute;
  top: 14em;
  left: 70em;
  right: auto;
}

.university-scene-2-window {
  width: 80em;
  position: absolute;
  inset: -24em -21em auto auto;
}

.c8-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 4em;
  right: 1.8em;
}

.university-dialog-3-1 {
  z-index: 4;
  width: 25em;
  position: absolute;
  top: 10em;
  left: 39em;
  right: auto;
}

.c8-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 4em;
  right: 1.8em;
}

.university-dialog-3-2 {
  width: 20em;
  position: absolute;
  inset: 4em 0% auto auto;
}

.university-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.university-scene-4-background {
  z-index: 2;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.university-scene-4-mans-left {
  z-index: 2;
  width: 40em;
  position: absolute;
  inset: auto auto -5em 2em;
}

.university-scene-4-man-right {
  z-index: 2;
  width: 17em;
  position: absolute;
  inset: auto 13em -2em auto;
}

.university-dialog-4-1 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 14em;
  left: 46em;
  right: auto;
}

.c8-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4.3em;
  left: 4em;
  right: 4em;
}

.c8-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3.7em;
  left: 3em;
  right: 5em;
}

.university-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.university-scene-5-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.university-scene-5-man-left {
  z-index: 1;
  width: 40em;
  position: absolute;
  inset: auto auto 0% 12em;
}

.university-scene-5-man-right {
  z-index: 2;
  width: 49em;
  position: absolute;
  inset: auto 7em -2em auto;
}

.university-dialog-5-1 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 22em;
  left: 4em;
  right: auto;
}

.c8-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 5em;
  left: 2em;
  right: 1.8em;
}

.university-dialog-5-2 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 22em;
  right: 16em;
}

.c8-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 7em;
  left: 2em;
  right: 1em;
}

.quarry-scene-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100em;
  height: 55.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quarry-scene-1-background {
  width: 108em;
  max-width: none;
}

.quarry-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.quarry-scene-1-car {
  width: 30em;
  position: absolute;
  inset: auto auto 1em 4em;
}

.quarry-scene-2-background {
  width: 108em;
  max-width: none;
  margin-left: -5em;
}

.quarry-scene-2-man {
  width: 50em;
  position: absolute;
  inset: auto auto 0 0%;
}

.quarry-scene-2-lines {
  width: 50em;
  position: absolute;
  inset: 7em 10em auto auto;
}

.quarry-scene-2-second-lines {
  width: 65em;
  position: absolute;
  inset: 5em 2em auto auto;
}

.quarry-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.quarry-scene-3-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.quarry-scene-3-man {
  z-index: 1;
  width: 98em;
  max-width: none;
  margin-left: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.quarry-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.quarry-scene-4-background {
  width: 108em;
  max-width: none;
  margin-left: -7em;
}

.quarry-scene-4-window {
  background-image: url('../images/окно-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34em;
  height: 35em;
  position: absolute;
  inset: 3em auto auto 3em;
  overflow: hidden;
}

.quarry-scene-4-window-man {
  z-index: 2;
  position: absolute;
  inset: 4em 0% 0%;
}

.quarry-scene-4-window-energy {
  z-index: 2;
  position: absolute;
  inset: auto 0% 2em;
}

.quarry-scene-4-window-thing-1 {
  z-index: 3;
  width: 3em;
  position: absolute;
  inset: auto auto 9em 3em;
}

.quarry-scene-4-window-thing-2 {
  z-index: 3;
  width: 5em;
  position: absolute;
  inset: auto auto 3.5em 12em;
}

.quarry-scene-4-window-thing-3 {
  z-index: 3;
  width: 4em;
  position: absolute;
  inset: auto auto 12em 17em;
}

.quarry-scene-4-window-thing-4 {
  z-index: 3;
  width: 4em;
  position: absolute;
  inset: auto 2em 4.5em auto;
}

.quarry-scene-4-window-lines {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.quarry-scene-4-car {
  width: 25em;
  position: absolute;
  inset: 3.5em 4em auto auto;
}

.quarry-scene-5 {
  background-color: #050505;
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.quarry-scene-5-display {
  z-index: 1;
  width: 70em;
  position: absolute;
  inset: 12em auto auto 30em;
}

.quarry-scene-5-lines {
  z-index: 1;
  width: 107em;
  max-width: none;
  position: absolute;
  inset: auto auto -7em 0%;
}

.quarry-scene-5-window {
  z-index: 5;
  background-color: #050505;
  border: 1em solid #fff;
  width: 40em;
  height: 40em;
  position: absolute;
  inset: -1em auto auto -1em;
  overflow: hidden;
}

.quarry-scene-5-window-man {
  width: 45em;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% -4em;
}

.quarry-scene-5-man {
  z-index: 4;
  position: absolute;
  inset: auto 28em 0% auto;
}

.quarry-scene-6 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.quarry-scene-6-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.quarry-scene-6-man {
  height: 110%;
  position: absolute;
  inset: 0% auto auto 10em;
}

.projects-link-university {
  background-image: url('../images/univesity.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-university.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Маркет.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.projects-link-ngmk {
  background-image: url('../images/NGMK.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-ngmk.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Маркет.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.quarry-scene-7 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.quarry-scene-7-background {
  width: 138.5em;
  max-width: none;
  margin-left: -15em;
  position: absolute;
}

.quarry-scene-7-family {
  width: 44em;
  position: absolute;
  inset: 7em auto auto 26em;
}

.quarry-scene-7-green {
  z-index: 5;
  background-color: #00a460;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c9-s7-1 {
  color: #fff;
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: static;
  top: 1em;
  left: 1.7em;
  right: 1.5em;
}

.quarry-dialog-1 {
  z-index: 4;
  width: 27em;
  position: absolute;
  inset: auto 5em 5em auto;
}

.c9-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.2em;
  left: 2em;
  right: 1.8em;
}

.quarry-dialog-2 {
  z-index: 4;
  width: 27em;
  position: absolute;
  inset: 10em 0% auto 35em;
}

.quarry-dialog-3 {
  z-index: 4;
  width: 80em;
  position: absolute;
  inset: 10em 0% auto 4em;
}

.c9-s3-1 {
  text-align: center;
  width: 10em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 7.3em auto auto 2.2em;
}

.c9-s3-2 {
  text-align: center;
  width: 7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 15.2em auto auto 5.1em;
}

.c9-s3-3 {
  text-align: center;
  width: 7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 4.4em 10em auto auto;
}

.c9-s3-4 {
  text-align: center;
  width: 7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2.8em 4.7em auto;
}

.quarry-dialog-4 {
  z-index: 4;
  width: 19em;
  position: absolute;
  inset: 17em 0% auto 60em;
}

.c9-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.7em;
  left: .3em;
  right: 1.8em;
}

.quarry-dialog-4-1 {
  z-index: 4;
  width: 17em;
  position: absolute;
  inset: 29em 0% auto 42em;
}

.c9-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.1em;
  left: 1.8em;
  right: 1.8em;
}

.quarry-dialog-4-2 {
  z-index: 4;
  width: 21em;
  position: absolute;
  inset: 36.8em 0% auto 73em;
}

.c9-s4-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.2em;
  left: 1.8em;
  right: 3em;
}

.quarry-dialog-4-3 {
  z-index: 4;
  width: 21em;
  position: absolute;
  inset: 5.5em auto auto 22em;
}

.c9-s4-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 3.9em;
  right: 3em;
}

.quarry-dialog-5 {
  z-index: 4;
  width: 25em;
  position: absolute;
  inset: 30.4em 0% auto 69em;
}

.c9-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 6.3em;
  left: 2.4em;
  right: 1.7em;
}

.quarry-dialog-5-1 {
  z-index: 6;
  width: 25em;
  position: absolute;
  inset: 4em auto auto 27em;
}

.c9-s5-2 {
  text-align: center;
  width: 10em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 4.8em;
  right: 1.7em;
}

.quarry-dialog-6-1 {
  z-index: 6;
  width: 22em;
  position: absolute;
  inset: 4em auto auto 20em;
}

.c9-s6-1 {
  text-align: center;
  width: 10.8em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 6.3em;
  left: 2.6em;
  right: .9em;
}

.quarry-dialog-6-2 {
  z-index: 6;
  width: 31em;
  position: absolute;
  inset: 6em auto auto 56em;
}

.c9-s6-2 {
  text-align: center;
  width: 12.7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 5.3em;
  right: .9em;
}

.quarry-dialog-6-3 {
  z-index: 6;
  width: 29em;
  position: absolute;
  inset: 29em auto auto 59em;
}

.c9-s6-3 {
  text-align: center;
  width: 12.7em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 6.2em;
  left: 4em;
  right: .9em;
}

.quarry-dialog-7-2 {
  z-index: 6;
  width: 23em;
  position: absolute;
  inset: 11em auto auto 49em;
}

.c9-s7-2 {
  text-align: center;
  width: 11.6em;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.4em;
  left: 4em;
  right: 2em;
}

.quarry-dialog-7 {
  z-index: 6;
  width: 35em;
  position: absolute;
  inset: 13em auto auto 1em;
}

.c9-s7-3 {
  text-align: center;
  width: auto;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 7em;
  left: 4em;
  right: 6em;
}

.stadium-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.stadium-scene-2, .stadium-scene-3, .stadium-scene-4, .stadium-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.stadium-scene-1-window {
  z-index: 0;
  width: 100em;
  position: relative;
}

.stadium-scene-1-background {
  z-index: 2;
  width: 100em;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
}

.stadium-scene-1-man-first {
  z-index: 3;
  width: 29em;
  position: absolute;
  inset: auto auto -5em 22em;
}

.stadium-scene-1-man-second {
  z-index: 4;
  width: 38em;
  position: absolute;
  inset: auto auto -3em 44em;
}

.stadium-scene-2-background {
  width: 108em;
  max-width: none;
  margin-left: -1em;
}

.stadium-scene-2-man-first {
  z-index: 1;
  width: 41em;
  position: absolute;
  inset: auto auto 7em 22em;
}

.stadium-scene-2-man-second {
  z-index: 2;
  width: 27em;
  position: absolute;
  inset: auto auto 2em 57em;
}

.stadium-scene-2-table {
  z-index: 3;
  width: 74em;
  position: absolute;
  inset: auto 0% -2em 18em;
}

.stadium-scene-3-background {
  width: 108em;
  max-width: none;
}

.stadium-scene-3-workers {
  width: 35em;
  position: absolute;
  inset: 13em auto auto 7em;
}

.stadium-scene-3-man-first {
  z-index: 3;
  width: 43em;
  position: absolute;
  inset: auto auto -3em 45em;
}

.stadium-scene-3-man-second {
  z-index: 2;
  width: 42em;
  position: absolute;
  inset: auto auto -2em 59em;
}

.stadium-scene-4-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.stadium-scene-4-man-first {
  z-index: 1;
  width: 32em;
  position: absolute;
  inset: auto auto -1em 4em;
}

.stadium-scene-4-man-second {
  z-index: 2;
  width: 50em;
  position: absolute;
  inset: auto auto -8.6em 23em;
}

.stadium-scene-4-man-third {
  z-index: 1;
  width: 28.5em;
  position: absolute;
  inset: auto auto -8.6em 66em;
}

.stadium-scene-5-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.stadium-scene-5-man-first {
  z-index: 2;
  width: 50em;
  position: absolute;
  inset: auto auto -33em 5em;
}

.stadium-scene-5-man-second {
  z-index: 1;
  width: 31em;
  position: absolute;
  inset: auto auto -16.4em 28.6em;
}

.stadium-dialog-1-1 {
  z-index: 4;
  width: 28em;
  position: absolute;
  top: 12.6em;
  left: 13em;
  right: auto;
}

.c10-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.4em;
  left: 1.5em;
  right: 8.2em;
}

.c10-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 12em;
  left: 4.9em;
  right: 6em;
}

.stadium-dialog-1-2 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 14.8em;
  left: 68.5em;
  right: auto;
}

.c10-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.4em;
  left: 3em;
  right: 1em;
}

.stadium-dialog-2-1 {
  z-index: 4;
  width: 26em;
  position: absolute;
  top: 9em;
  left: 10em;
  right: auto;
}

.c10-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4.3em;
  left: 2em;
  right: 4.8em;
}

.stadium-dialog-2-2 {
  z-index: 4;
  width: 24em;
  position: absolute;
  top: 13em;
  left: 75em;
  right: auto;
}

.c10-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 9.4em;
  left: 2em;
  right: 1.8em;
}

.stadium-dialog-3-1 {
  z-index: 4;
  width: 18em;
  position: absolute;
  top: 6.7em;
  left: 2em;
  right: auto;
}

.c10-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 1.8em;
  left: 1em;
  right: 1em;
}

.stadium-dialog-3-2 {
  z-index: 4;
  width: 18em;
  position: absolute;
  top: 4.5em;
  left: 21.6em;
  right: auto;
}

.c10-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 1em;
  right: 1em;
}

.stadium-dialog-3-3 {
  z-index: 4;
  width: 18em;
  position: absolute;
  top: 20.3em;
  left: 6.7em;
  right: auto;
}

.c10-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4.2em;
  left: 1em;
  right: 1em;
}

.stadium-dialog-3-4 {
  z-index: 4;
  width: 18em;
  position: absolute;
  top: 23em;
  left: 23.5em;
  right: auto;
}

.c10-s3-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 7.3em;
  left: 1em;
  right: 1em;
}

.stadium-dialog-3-5 {
  z-index: 4;
  width: 32em;
  position: absolute;
  top: 0;
  left: 56em;
  right: auto;
}

.c10-s3-5 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.2em;
  left: 2em;
  right: 2em;
}

.stadium-dialog-3-6 {
  z-index: 4;
  width: 20em;
  position: absolute;
  top: 28em;
  left: 75em;
  right: auto;
}

.c10-s3-6 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 2.3em;
}

.stadium-dialog-4-1 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 3em;
  left: 42em;
  right: auto;
}

.c10-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.2em;
  left: 1em;
  right: 1em;
}

.stadium-dialog-4-2 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 26em;
  left: 70em;
  right: auto;
}

.c10-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 6.3em;
  left: 1em;
  right: 1em;
}

.stadium-dialog-6-1 {
  z-index: 4;
  width: 35em;
  position: absolute;
  top: 2.6em;
  left: 34em;
  right: auto;
}

.c10-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.8em;
  left: 8em;
  right: 2em;
}

.stadium-dialog-6-2 {
  z-index: 4;
  width: 28em;
  position: absolute;
  top: 16em;
  left: 53em;
  right: auto;
}

.c10-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.1em;
  left: 6em;
  right: 1em;
}

.projects-link-quarry {
  background-image: url('../images/Снимок-экрана-2023-02-20-в-3.29.50-PM.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-quarry.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Снимок-экрана-2022-12-23-в-11.43.31-AM.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.projects-link-stadium {
  background-image: url('../images/Снимок-экрана-2023-02-20-в-3.33.31-PM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-stadium.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Маркет.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.cod-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.cod-scene-1-window {
  width: 108em;
  max-width: none;
  margin-top: 0;
}

.cod-scene-1-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-top: -1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cod-scene-1-table {
  z-index: 2;
  width: 108em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cod-scene-1-middle-guy {
  z-index: 3;
  width: 35em;
  position: absolute;
  inset: 25em auto auto 38.4em;
}

.cod-scene-1-guys {
  z-index: 1;
  width: 80em;
  position: absolute;
  inset: 7.2em auto auto 6em;
}

.cod-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cod-scene-2-background {
  width: 109em;
  max-width: none;
  margin-left: -4em;
}

.cod-scene-2-left-man {
  z-index: 2;
  width: 40em;
  position: absolute;
  inset: auto auto -2em 0%;
}

.cod-scene-2-right-guys {
  z-index: 1;
  width: 85em;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.cod-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cod-scene-3-background {
  width: 110em;
  max-width: none;
  margin-top: -1em;
  margin-left: -5em;
}

.cod-scene-3-man-left {
  z-index: 2;
  width: 29em;
  position: absolute;
  inset: 6em auto auto 7.9em;
}

.cod-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cod-scene-4-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.cod-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.cod-scene-5-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.cod-dialog-1-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  top: 10em;
  left: 25em;
  right: auto;
}

.cod-dialog-1-2 {
  z-index: 4;
  width: 27em;
  position: absolute;
  top: 28em;
  left: 60em;
  right: auto;
}

.c11-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.4em;
  left: 6.8em;
  right: 1em;
}

.cod-dialog-1-3 {
  z-index: 4;
  width: 16em;
  position: absolute;
  top: 15em;
  left: 77em;
  right: auto;
}

.c11-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 1.8em;
  left: 2.4em;
  right: 1em;
}

.cod-dialog-2-1 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 28em;
  left: 11em;
  right: auto;
}

.c11-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8em;
  left: 3em;
  right: 3em;
}

.cod-dialog-2-2 {
  z-index: 4;
  width: 21em;
  position: absolute;
  top: 5em;
  left: 48em;
  right: auto;
}

.c11-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 1.7em;
  left: 2.5em;
  right: 2.5em;
}

.cod-dialog-2-3 {
  z-index: 4;
  width: 24em;
  position: absolute;
  top: 30em;
  left: 69em;
  right: auto;
}

.c11-s2-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 6em;
  left: 2.5em;
  right: 2.5em;
}

.cod-scene-3-table {
  z-index: 4;
  width: 80em;
  max-width: none;
  position: absolute;
  inset: auto 12vw 0% auto;
}

.cod-scene-3-man-middle {
  z-index: 1;
  width: 28em;
  position: absolute;
  inset: 4.5em auto auto 27em;
}

.cod-scene-3-man-right {
  z-index: 1;
  width: 23em;
  position: absolute;
  inset: 4.5em auto auto 62em;
}

.cod-dialog-3-1 {
  z-index: 4;
  width: 24em;
  position: absolute;
  top: 20em;
  left: 5em;
  right: auto;
}

.c11-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8.6em;
  left: 2em;
  right: 2em;
}

.cod-dialog-3-2 {
  z-index: 4;
  width: 24em;
  position: absolute;
  top: 15em;
  left: 35em;
  right: auto;
}

.c11-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2em;
  right: 2em;
}

.cod-dialog-3-3 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 14em;
  left: 72em;
  right: auto;
}

.c11-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8em;
  left: 1.5em;
  right: 1.5em;
}

.cod-scene-4-background-people {
  width: 30em;
  position: absolute;
  bottom: -2em;
  left: 4em;
  right: auto;
}

.cod-scene-4-man {
  width: 30em;
  position: absolute;
  bottom: 0;
  left: 35em;
}

.cod-scene-4-mans-right {
  width: 40em;
  position: absolute;
  bottom: 0;
  left: 60em;
}

.cod-dialog-4-1 {
  z-index: 4;
  width: 19em;
  position: absolute;
  top: 9em;
  left: 12em;
  right: auto;
}

.c11-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2em;
  right: 2em;
}

.cod-dialog-4-2 {
  z-index: 4;
  width: 16em;
  position: absolute;
  top: 24em;
  left: 34em;
  right: auto;
}

.c11-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4.1em;
  left: 1.8em;
  right: 2em;
}

.cod-dialog-4-3 {
  z-index: 4;
  width: 20em;
  position: absolute;
  top: 5em;
  left: 59em;
  right: auto;
}

.c11-s4-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
}

.cod-scene-5-man-right {
  width: 41em;
  position: absolute;
  inset: auto 5vw 0% auto;
}

.cod-scene-5-mans-left {
  width: 35em;
  position: absolute;
  inset: auto auto 0% 5em;
}

.cod-dialog-5-1 {
  z-index: 4;
  width: 27em;
  position: absolute;
  top: 7.4em;
  left: 3em;
  right: auto;
}

.c11-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
}

.cod-dialog-5-2 {
  z-index: 4;
  width: 18em;
  position: absolute;
  top: 13em;
  left: 30em;
  right: auto;
}

.c11-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 2em;
  right: 1.5em;
}

.cod-dialog-5-3 {
  z-index: 4;
  width: 19em;
  position: absolute;
  top: 25em;
  left: 77em;
  right: auto;
}

.c11-s5-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 7.9em;
  left: 1.7em;
  right: 1.5em;
}

.projects-link-cod {
  background-image: url('../images/Снимок-экрана-2023-04-06-в-18.06.28.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-cod.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Снимок-экрана-2023-04-06-в-18.06.28.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.museum-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.museum-scene-1-background {
  z-index: 0;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.museum-scene-1-man {
  z-index: 2;
  width: 100em;
  position: absolute;
  inset: auto auto 0 0%;
}

.museum-scene-1-woman {
  z-index: 1;
  width: 35em;
  position: absolute;
  inset: auto 4em -2em auto;
}

.museum-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.museum-dialog-1-1 {
  z-index: 4;
  width: 32em;
  position: absolute;
  top: 8.3em;
  left: 11em;
  right: auto;
}

.c12-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.7em;
  left: 3em;
  right: 3em;
}

.museum-dialog-1-2 {
  z-index: 4;
  width: 26em;
  position: absolute;
  inset: auto 12em 8em auto;
}

.c12-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 3em;
  left: 2em;
  right: 5em;
}

.museum-scene-2-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.museum-scene-2-man-left {
  width: 34em;
  position: absolute;
  inset: auto auto -4em 7em;
}

.museum-scene-2-mens-right {
  width: 51em;
  position: absolute;
  inset: auto auto 0% 36em;
}

.museum-dialog-2-1 {
  z-index: 4;
  width: 25em;
  position: absolute;
  bottom: 8em;
  left: 10em;
  right: auto;
}

.c12-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 3em 2.4em;
}

.museum-dialog-2-2 {
  z-index: 4;
  width: 31em;
  position: absolute;
  top: 3em;
  left: 23em;
  right: auto;
}

.c12-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3em;
  left: 3em;
  right: 3em;
}

.museum-dialog-2-3 {
  z-index: 4;
  width: 27em;
  position: absolute;
  top: 4em;
  right: 1em;
}

.c12-s2-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 5em;
  left: 4em;
  right: 1em;
}

.c12-s2-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 2em;
  left: 4em;
  right: 4em;
}

.museum-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.museum-scene-3-background {
  z-index: 0;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.museum-scene-3-group {
  width: 41em;
  position: absolute;
  inset: auto auto -4em -3em;
}

.museum-scene-3-woman {
  width: 16em;
  position: absolute;
  inset: auto auto -3em 36em;
}

.museum-scene-3-man {
  z-index: 1;
  width: 20em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.museum-dialog-3-1 {
  z-index: 4;
  width: 22em;
  position: absolute;
  top: 12.5em;
  right: 15em;
}

.c12-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4.5em;
  left: 1.5em;
  right: 1.5em;
}

.museum-scene-3-table {
  z-index: 2;
  width: 39.2em;
  position: absolute;
  inset: auto 1em -4.1em auto;
}

.museum-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.museum-scene-4-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.museum-scene-4-man-left {
  width: 31em;
  position: absolute;
  inset: auto auto 0% 20em;
}

.museum-scene-4-man-right {
  z-index: 2;
  width: 26em;
  position: absolute;
  inset: auto auto -3em 49em;
}

.museum-dialog-4-1 {
  z-index: 4;
  width: 28em;
  position: absolute;
  top: 24em;
  left: 9em;
}

.c12-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 3.3em;
  left: 1.5em;
  right: 4em;
}

.museum-dialog-4-2 {
  z-index: 4;
  width: 28em;
  position: absolute;
  top: 25em;
  left: 57.5em;
}

.c12-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.5em;
  left: 5.5em;
  right: 1em;
}

.projects-link-museum {
  background-image: url('../images/Снимок-экрана-2023-04-12-в-15.00.10.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-museum.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Снимок-экрана-2023-04-06-в-18.06.28.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.center-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.center-scene-1-background {
  z-index: 0;
  width: 120em;
  max-width: none;
  margin-left: -10em;
  position: relative;
}

.center-scene-1-window {
  z-index: 1;
  width: 108em;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.center-scene-1-table {
  z-index: 3;
  width: 108em;
  position: absolute;
  inset: auto auto -.5em 0%;
}

.center-scene-1-left-people {
  z-index: 2;
  width: 30em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.center-scene-1-middle-man {
  z-index: 1;
  width: 27em;
  position: absolute;
  inset: auto auto 2em 38em;
}

.center-scene-1-right-man {
  z-index: 1;
  width: 20em;
  position: absolute;
  inset: auto 5em 0% auto;
}

.center-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.center-dialog-1-1 {
  z-index: 4;
  width: 27em;
  position: absolute;
  top: 10em;
  left: 25em;
  right: auto;
}

.c13-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.7em;
  left: 3em;
  right: 4em;
}

.c13-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 6em 2em 1em;
}

.center-dialog-1-2 {
  z-index: 4;
  width: 29em;
  position: absolute;
  top: 19em;
  left: 68em;
  right: auto;
}

.c13-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 4.5em;
  left: 6em;
  right: 1em;
}

.c13-s1-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 3em 3em 1em;
}

.center-scene-2-background {
  z-index: 0;
  width: 120em;
  max-width: none;
  position: relative;
  top: -15em;
}

.center-scene-2-window {
  z-index: 1;
  width: 104em;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.center-scene-2-man-left {
  z-index: 3;
  width: 47em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.center-scene-2-two-guys {
  z-index: 2;
  width: 96em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.center-scene-2-man-back {
  z-index: 1;
  width: 29em;
  position: absolute;
  inset: auto 20em 0% auto;
}

.center-dialog-2-1 {
  z-index: 4;
  width: 30em;
  position: absolute;
  inset: auto auto 5em 5em;
}

.c13-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 3em 2em;
}

.center-dialog-2-2 {
  z-index: 4;
  width: 20em;
  position: absolute;
  inset: 6em auto auto 25em;
}

.c13-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3em 2em auto;
}

.center-dialog-2-3 {
  z-index: 4;
  width: 27em;
  position: absolute;
  inset: 8em auto auto 65em;
}

.c13-s2-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2em 2em auto 5.3em;
}

.center-dialog-2-4 {
  z-index: 4;
  width: 26em;
  position: absolute;
  inset: 32em auto auto 70em;
}

.c13-s2-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 6.7em 2em auto;
}

.center-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.center-scene-3-background {
  width: 108em;
  max-width: none;
  margin-left: -4em;
}

.center-scene-3-mans {
  width: 72em;
  position: absolute;
  inset: auto auto -6em -4em;
}

.center-dialog-3-1 {
  z-index: 4;
  width: 30em;
  position: absolute;
  top: 3em;
  left: 15em;
  right: auto;
}

.c13-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 1em 1.7em 8.5em;
}

.c13-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 2.7em;
  left: 2em;
  right: 4em;
}

.center-dialog-3-2 {
  z-index: 4;
  width: 22em;
  position: absolute;
  inset: auto auto 9em 13em;
}

.c13-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 1em 1.1em;
}

.center-scene-4 {
  object-fit: fill;
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.center-scene-4-background {
  width: 130em;
  max-width: none;
  margin-top: -11.4em;
  margin-left: -15em;
}

.center-scene-4-mans {
  width: 100em;
  max-width: none;
  position: absolute;
  bottom: -4em;
}

.center-dialog-4-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  inset: 3em auto auto 8em;
}

.c13-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 4em;
}

.center-dialog-4-2 {
  z-index: 4;
  width: 19em;
  position: absolute;
  inset: 16em auto auto 42em;
}

.c13-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 1.6em;
}

.center-dialog-4-3 {
  z-index: 4;
  width: 19em;
  position: absolute;
  inset: 13.7em auto auto 71em;
}

.c13-s4-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 1em 2em;
}

.center-scene-5 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.center-scene-5-background {
  width: 130em;
  max-width: none;
  margin-top: -11em;
  margin-left: -15em;
}

.center-scene-5-man-left {
  z-index: 2;
  width: 36em;
  position: absolute;
  inset: auto auto 0% 15em;
}

.center-scene-5-man-right {
  z-index: 1;
  width: 28em;
  position: absolute;
  inset: auto auto 0% 44em;
}

.center-dialog-5-1 {
  z-index: 4;
  width: 23em;
  position: absolute;
  inset: 9em auto auto 8em;
}

.c13-s5-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 4.5em;
}

.center-dialog-5-2 {
  z-index: 4;
  width: 21em;
  position: absolute;
  inset: 13em auto auto 63em;
}

.c13-s5-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 4.5em;
}

.oil-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.oil-scene-1-background {
  z-index: 1;
  width: 100em;
  max-width: none;
  margin-left: 0;
  position: relative;
}

.oil-scene-1-window {
  z-index: 0;
  width: 40em;
  position: absolute;
  inset: 10em 0% auto auto;
}

.oil-scene-1-table {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.oil-scene-man-right {
  z-index: 3;
  width: 37em;
  position: absolute;
  inset: auto 8vw 0% auto;
}

.oil-scene-1-man-left {
  z-index: 1;
  width: 30em;
  position: absolute;
  inset: auto auto 10.4vw 0%;
}

.oil-scene-1-man-center {
  z-index: 1;
  width: 16em;
  position: absolute;
  inset: auto auto 7em 45em;
}

.oil-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.oil-dialog-1-1 {
  z-index: 4;
  width: 34em;
  position: absolute;
  inset: 3.4em auto auto 7em;
}

.c14-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.5em 2em auto;
}

.oil-dialog-1-2 {
  z-index: 4;
  width: 29em;
  position: absolute;
  inset: 6em auto auto 55em;
}

.oil-dialog-1-3 {
  z-index: 4;
  width: 23em;
  position: absolute;
  inset: 30em auto auto 52em;
}

.c14-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 11.4vw;
  left: 2em;
  right: 2em;
}

.oil-scene-2-background {
  z-index: 0;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.oil-scene-2-people {
  z-index: 1;
  width: 100em;
  position: absolute;
  bottom: -7em;
}

.oil-dialog-2-1 {
  z-index: 4;
  width: 31em;
  position: absolute;
  inset: 6em auto auto 4em;
}

.c14-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3em 2em auto;
}

.oil-dialog-2-2 {
  z-index: 4;
  width: 30em;
  position: absolute;
  inset: 10em auto auto 35em;
}

.oil-dialog-2-3 {
  z-index: 4;
  width: 28.5em;
  position: absolute;
  inset: auto auto 0 50em;
}

.c14-s2-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2em 2.5em;
}

.oil-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.oil-scene-3-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.oil-scene-3-window {
  z-index: 0;
  width: 146em;
  max-width: none;
  position: absolute;
  inset: -20vw -47vw auto auto;
}

.oil-scene-3-table-people {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.oil-scene-3-background-people {
  z-index: 1;
  width: 43em;
  position: absolute;
  inset: 12em auto auto 28.4em;
}

.oil-dialog-3-1 {
  z-index: 4;
  width: 17em;
  position: absolute;
  inset: 12em auto auto 6em;
}

.c14-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3em 1em auto;
}

.oil-dialog-3-2 {
  z-index: 4;
  width: 31em;
  position: absolute;
  inset: 2em auto auto 27em;
}

.c14-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.5em 2em auto;
}

.oil-dialog-3-3 {
  z-index: 4;
  width: 22em;
  position: absolute;
  inset: 8.5em auto auto 73em;
}

.oil-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.oil-scene-4-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.oil-scene-4-window {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.oil-scene-4-mans {
  z-index: 2;
  width: 79em;
  position: absolute;
  inset: auto auto -7em -4em;
}

.oil-scene-4-man {
  z-index: 1;
  width: 24em;
  position: absolute;
  inset: auto auto 9.5em 5em;
}

.oil-scene-4-man-right {
  z-index: 1;
  width: 30em;
  position: absolute;
  inset: auto 2em -1em auto;
}

.oil-dialog-4-1 {
  z-index: 4;
  width: 25em;
  position: absolute;
  inset: 7em auto auto 26em;
}

.c14-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.5em 1em auto;
}

.oil-dialog-4-2 {
  z-index: 4;
  width: 25em;
  position: absolute;
  inset: 15em auto auto 59em;
}

.c14-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 6.6em 2em auto;
}

.projects-link-oil {
  background-image: url('../images/нефтегаз.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-oil.w--current {
  background-image: url('../images/pointer.svg'), linear-gradient(#00000080, #00000080), url('../images/нефтегаз.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.state-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.state-1-background {
  z-index: 2;
  width: 108vw;
  max-width: none;
  margin-left: -4vw;
  position: relative;
}

.state-1-window {
  width: 132vw;
  max-width: none;
  position: absolute;
  inset: -7vw auto auto -28vw;
}

.state-1-people {
  z-index: 3;
  width: 100vw;
  position: absolute;
  inset: auto 0% -7vw;
}

.state-1-workers {
  z-index: 2;
  width: 26vw;
  position: absolute;
  inset: auto 2vw 0% auto;
}

.state-dialog-1-1 {
  z-index: 4;
  width: 34vw;
  position: absolute;
  inset: 9vw auto auto 10vw;
}

.c15-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3vw 6.6vw auto 2vw;
}

.c15-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 6.2vw 6vw;
}

.state-dialog-1-2 {
  z-index: 4;
  width: 21vw;
  position: absolute;
  inset: 18.5vw auto auto 46vw;
}

.state-dialog-1-3 {
  z-index: 4;
  width: 21vw;
  position: absolute;
  inset: 37vw auto auto 15vw;
}

.c15-s1-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 4.9vw 2vw auto;
}

.c15-s1-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.9vw 2vw auto;
}

.state-scene-2 {
  width: 100em;
  height: 51.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.state-2-left {
  z-index: 1;
  width: 58vw;
  position: relative;
}

.state-2-right {
  z-index: 1;
  width: 54vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.state-2-window {
  z-index: 0;
  width: 80vw;
  position: absolute;
  inset: -5vw auto auto -26vw;
}

.state-dialog-2-1 {
  z-index: 4;
  width: 26.4vw;
  position: absolute;
  inset: 6vw auto auto 7vw;
}

.c15-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3.7vw 2vw auto;
}

.state-dialog-2-2 {
  z-index: 4;
  width: 26.4vw;
  position: absolute;
  inset: 20vw auto auto 68.7vw;
}

.c15-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 4vw 7vw 1vw;
}

.state-scene-3 {
  width: 100em;
  height: 51.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.state-3-left {
  z-index: 1;
  width: 54vw;
  position: relative;
}

.state-3-right {
  z-index: 3;
  width: 51vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.state-3-left-back {
  z-index: 0;
  width: 60vw;
  position: absolute;
  inset: 0 auto auto -5em;
}

.state-3-line {
  z-index: 5;
  background-color: #fff;
  width: 100vw;
  height: 3.5em;
  position: absolute;
  inset: 2em auto auto -5.2em;
  transform: rotate(77.3deg);
}

.state-3-right-back {
  z-index: 2;
  width: 100vw;
  position: absolute;
  inset: -25em -46.4em auto auto;
  transform: rotate(-6deg);
}

.state-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.state-4-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: relative;
}

.state-4-window {
  z-index: 0;
  width: 76em;
  position: absolute;
  inset: 3.1em auto auto 0%;
}

.state-4-mans-left {
  z-index: 3;
  width: 50vw;
  position: absolute;
  inset: auto auto -8em 5em;
}

.state-4-mans-right {
  z-index: 2;
  width: 69vw;
  position: absolute;
  inset: auto -5em 0% auto;
}

.state-dialog-4-1 {
  z-index: 4;
  width: 26.4vw;
  position: absolute;
  inset: 7vw auto auto 2vw;
}

.c15-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.6vw 2vw auto;
}

.state-dialog-4-2 {
  z-index: 4;
  width: 26.4vw;
  position: absolute;
  inset: 16vw auto auto 21vw;
}

.state-dialog-4-3 {
  z-index: 4;
  width: 33vw;
  position: absolute;
  inset: 11vw auto auto 64vw;
}

.c15-s4-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 2.6vw;
}

.state-dialog-3-1 {
  z-index: 4;
  width: 25.1vw;
  position: absolute;
  inset: 21vw auto auto 17vw;
}

.c15-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 2.7vw;
}

.state-dialog-3-2 {
  z-index: 4;
  width: 25.1vw;
  position: absolute;
  inset: 24.4vw auto auto 55.4vw;
}

.state-dialog-3-3 {
  z-index: 4;
  width: 25.1vw;
  position: absolute;
  inset: 4vw auto auto 74vw;
}

.c15-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.1vw 2vw auto;
}

.projects-link-state {
  background-image: url('../images/Снимок-экрана-2023-06-09-в-10.36.15.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-state.w--current {
  background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/Снимок-экрана-2023-04-06-в-18.06.28.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.complex-scene-1 {
  width: 100em;
  height: 55.5em;
  position: relative;
  overflow: hidden;
}

.complex-dialog-1-1 {
  z-index: 4;
  width: 28vw;
  position: absolute;
  inset: 32vw auto auto 7.2vw;
}

.complex-1-window {
  z-index: 0;
  width: 130em;
  max-width: none;
  margin-left: -15em;
  position: relative;
}

.complex-1-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.complex-1-table {
  z-index: 3;
  width: 100em;
  max-width: none;
  position: absolute;
  inset: auto 0% -11.9em;
}

.complex-1-man-back {
  z-index: 2;
  width: 23em;
  position: absolute;
  inset: 10em 30em auto auto;
}

.c16-s1-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 3.3vw;
}

.complex-dialog-1-2 {
  z-index: 4;
  width: 26vw;
  position: absolute;
  inset: 8vw auto auto 21vw;
}

.c16-s1-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.7vw 2vw auto;
}

.complex-dialog-1-3 {
  z-index: 4;
  width: 26vw;
  position: absolute;
  inset: 7vw auto auto 59vw;
}

.complex-dialog-1-4 {
  z-index: 4;
  width: 26vw;
  position: absolute;
  inset: 35vw auto auto 70vw;
}

.c16-s1-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 6.5vw 2vw auto;
}

.complex-scene-2 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.complex-2-window {
  z-index: 0;
  width: 130em;
  max-width: none;
  margin-left: -15em;
  position: relative;
}

.complex-2-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.complex-2-mans {
  z-index: 2;
  width: 86em;
  max-width: none;
  position: absolute;
  inset: auto 0% -4em 6em;
}

.complex-dialog-2-1 {
  z-index: 4;
  width: 28vw;
  position: absolute;
  inset: 4vw auto auto 2.3vw;
}

.c16-s2-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 3vw 2vw auto;
}

.complex-dialog-2-2 {
  z-index: 4;
  width: 19vw;
  position: absolute;
  inset: 27vw auto auto 38vw;
}

.c16-s2-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 2vw;
}

.complex-dialog-2-3 {
  z-index: 4;
  width: 37vw;
  position: absolute;
  inset: 5vw auto auto 51.1vw;
}

.c16-s2-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 1.9vw 2vw auto;
}

.complex-dialog-2-4 {
  z-index: 4;
  width: 24vw;
  position: absolute;
  inset: 24vw auto auto 70vw;
}

.c16-s2-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 2.2vw;
}

.complex-scene-3 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.complex-dialog-3-1 {
  z-index: 4;
  width: 18vw;
  position: absolute;
  inset: 17.3vw auto auto 1.7vw;
}

.complex-3-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.complex-scene-3-people-left {
  z-index: 2;
  width: 62em;
  position: absolute;
  inset: auto auto -2em 8em;
}

.complex-3-children {
  z-index: 3;
  width: 38em;
  position: absolute;
  inset: auto auto 0% 25em;
}

.complex-3-right-people {
  z-index: 3;
  width: 21em;
  position: absolute;
  inset: auto 6em -3.2em auto;
}

.c16-s3-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 2.4vw;
}

.complex-dialog-3-2 {
  z-index: 4;
  width: 21vw;
  position: absolute;
  inset: 5vw auto auto 23vw;
}

.c16-s3-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 4.8vw;
}

.complex-dialog-3-3 {
  z-index: 4;
  width: 19vw;
  position: absolute;
  inset: .8vw auto auto 63.4vw;
}

.c16-s3-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.9vw 2vw auto;
}

.complex-dialog-3-4 {
  z-index: 4;
  width: 19vw;
  position: absolute;
  inset: 16vw 5vw auto auto;
}

.c16-s3-4 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: auto 2vw 2.5vw;
}

.complex-scene-4 {
  width: 100em;
  height: 55.5em;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.complex-4-table {
  z-index: 3;
  width: 100em;
  position: absolute;
  inset: auto 0% -9em;
}

.complex-4-background {
  z-index: 1;
  width: 108em;
  max-width: none;
  margin-left: -4em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.complex-4-window {
  z-index: 0;
  width: 130em;
  max-width: none;
  margin-left: -15em;
  position: relative;
}

.complex-4-back-people {
  z-index: 2;
  width: 73em;
  position: absolute;
  inset: auto auto -6em 4em;
}

.c16-s4-1 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.5vw 2vw auto 4vw;
}

.complex-dialog-4-1 {
  z-index: 4;
  width: 25vw;
  position: absolute;
  inset: 8vw auto auto 18vw;
}

.complex-dialog-4-2 {
  z-index: 4;
  width: 23vw;
  position: absolute;
  inset: 22.4vw auto auto 46.6vw;
}

.c16-s4-2 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.8vw 2vw auto;
}

.complex-dialog-4-3 {
  z-index: 4;
  width: 23vw;
  position: absolute;
  inset: 8vw auto auto 64.9vw;
}

.c16-s4-3 {
  text-align: center;
  font-family: Croc, Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: 2.5vw 2vw auto;
}

.projects-link-complex {
  background-image: url('../images/Complex.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.4em;
  justify-content: center;
  width: 14em;
  height: 9.4em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-link-complex.w--current {
  background-image: url('../images/pointer.svg'), linear-gradient(#00000080, #00000080), url('../images/нефтегаз.webp');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  width: 14em;
  height: 9em;
}

.policy-link {
  z-index: 1;
  color: var(--white);
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  transition: opacity .2s;
  position: relative;
}

.policy-link:hover {
  opacity: .5;
}

.cookie {
  z-index: 10000;
  width: 80em;
  transition: transform .3s, opacity .3s;
  position: fixed;
  bottom: 1.38889rem;
  left: 50%;
  transform: translate(-50%);
}

.cookie.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 10rem)translate(-50%);
}

.cookie__content {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: #fff;
  border-radius: 1.73611rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4em;
  display: flex;
}

.cookie__text {
  color: #1f2023;
  font-size: 1.3em;
  line-height: 140%;
}

.text-underline {
  text-decoration: underline;
}

.cookie__button {
  color: var(--white);
  background-color: #00a460;
  border-radius: 2.77778em;
  flex: none;
  padding: 1.11111rem 1.38889rem;
  text-decoration: none;
}

.button__text {
  font-size: 1.25em;
  line-height: 120%;
}

.text-link {
  color: #00a460;
}

@media screen and (min-width: 1280px) {
  .container.center {
    align-items: flex-end;
    display: flex;
  }

  .main-scene-1 {
    display: block;
  }

  .main-scene-2 {
    display: flex;
  }

  .main-screen {
    height: 50em;
    bottom: -5em;
  }

  .train-wrapper {
    display: block;
  }

  .airport {
    z-index: 26;
    width: 24em;
    bottom: -1em;
    right: -3vw;
  }

  .main-croc-build {
    opacity: 1;
    width: 15.9em;
    height: 12.2em;
    top: 23.8em;
    left: 41.3em;
  }

  .main-background {
    height: 50em;
  }

  .main-croc-build-lights {
    top: 26.1em;
  }

  .christmas-tree.first.main {
    top: 20em;
    right: 14em;
  }

  .christmas-tree.second.main {
    top: 20em;
    right: 14vw;
  }

  .dialog-cloud-1 {
    top: 8em;
  }

  .main-scene-3 {
    display: flex;
  }

  .croc-cloud {
    top: 8em;
  }

  .main-naming-main-build {
    top: 22em;
  }

  .residential-complex {
    display: block;
  }

  .residential-complex-image {
    opacity: 1;
    filter: none;
    width: 100%;
  }

  .main-bank {
    opacity: 1;
    display: block;
    top: 11.3em;
    left: 63.5em;
  }

  .main-bank-image {
    filter: none;
    width: 100%;
  }

  .main-naming-residental-complex {
    z-index: 200;
    cursor: pointer;
    top: 2em;
    left: 10em;
  }

  .main-naming-croc-cloud {
    cursor: pointer;
    top: 5em;
    left: 8em;
  }

  .main-naming-data-center {
    cursor: pointer;
    top: 15em;
    left: 14em;
  }

  .main-naming-market {
    cursor: pointer;
    background-color: #e3e3e3;
    top: 18em;
  }

  .main-naming-business-center {
    z-index: 99999;
    cursor: pointer;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    top: 4em;
    left: 0;
  }

  .main-naming-factory {
    z-index: 20;
    cursor: pointer;
    top: 14em;
  }

  .main-naming-museum {
    cursor: pointer;
    top: 20.5em;
    left: 59em;
  }

  .main-naming-stadium {
    cursor: pointer;
    top: 28em;
    left: 67em;
  }

  .main-naming-bank {
    cursor: pointer;
    top: 14em;
    left: 68.8em;
  }

  .main-naming-hospital {
    cursor: pointer;
    top: 21.2em;
    left: 74em;
  }

  .main-naming-city-administry {
    z-index: 9999;
    cursor: pointer;
    top: 12em;
    left: 82em;
  }

  .main-naming-city-airport {
    z-index: 40;
    cursor: pointer;
    top: 31em;
    left: 87em;
  }

  .main-airport {
    width: 100%;
  }

  .main-airport-hover {
    opacity: 1;
    width: 30em;
    bottom: -3.4em;
    right: -5.8em;
  }

  .croc-cloud-image-hover {
    display: block;
  }

  .data-center-hover {
    opacity: 1;
    display: block;
    top: 14.3em;
    left: 12.1em;
  }

  .data-center-hover-image {
    filter: none;
    width: 100%;
  }

  .main-naming-city-univestiry {
    cursor: pointer;
    top: 9em;
    left: 16em;
  }

  .main-naming-city-roads {
    cursor: pointer;
    top: 0;
    left: 0;
  }

  .stadium-hover {
    opacity: 1;
    display: block;
    top: 24.9em;
    left: 56.5em;
  }

  .stadium-hover-image {
    width: 100%;
  }

  .market-hover {
    opacity: 1;
    display: block;
    top: 16.9em;
    left: 24.4em;
  }

  .market-hover-image {
    filter: none;
    width: 100%;
  }

  .business-center-hover {
    opacity: 1;
    display: block;
    top: 0;
    left: 0;
  }

  .business-center-hover-image {
    width: 100%;
  }

  .museum-hover {
    opacity: 1;
    display: block;
    top: 20.7em;
    left: 51.2em;
  }

  .museum-hover-image {
    filter: none;
    width: 100%;
  }

  .main-factory-hover {
    opacity: 1;
    display: block;
    top: 13.6em;
    left: 50.5em;
  }

  .factory-hover-image {
    filter: none;
    width: 100%;
  }

  .hospital-hover {
    opacity: 1;
    display: block;
    top: 20.6em;
    left: 72em;
  }

  .hospital-hover-image {
    filter: none;
    width: 100%;
  }

  .administry-hover {
    opacity: 1;
    justify-content: flex-end;
    width: 16.5em;
    display: block;
    top: 11.6em;
    left: 82.6em;
  }

  .administry-hover-image {
    width: 100%;
  }

  .university-hover {
    opacity: 1;
    display: block;
    top: 0;
    left: 0;
  }

  .university-hover-image {
    width: 100%;
  }

  .christmas-tree-original {
    top: 17.7em;
    left: 74.2em;
  }

  .christmas-tree-original-image {
    width: 16vw;
  }

  .road-hover {
    opacity: 1;
    width: 44em;
    display: block;
    top: 0;
    left: 0;
  }

  .road-hover-image {
    width: 100%;
  }

  .main-scene-4 {
    display: block;
  }

  .dialog-cloud-5 {
    right: 22em;
  }

  .main-scene-5 {
    display: flex;
  }

  .main-scene-6 {
    display: block;
    overflow: hidden;
  }

  .scene-7-front-crowd {
    top: auto;
    bottom: -10em;
  }

  .c1-s7-title {
    top: 2em;
  }

  .welcome-screen {
    top: 36.4em;
    left: 41.6em;
  }

  .croc-index {
    top: 25.4em;
  }

  .preloader-wrapper {
    background-image: none;
    inset: 0%;
  }

  .main-scene-1-background, .main-scene-4-background {
    display: block;
  }

  .crocopolis-logo {
    top: 2em;
  }

  .tower-2 {
    top: 12em;
  }

  .factory-1 {
    top: 13em;
  }

  .cloud-scene-1-dialog {
    top: 10em;
  }

  .cloud-scene-2-first-person {
    width: 86em;
    inset: auto auto -3em -9em;
  }

  .cloud-scene-2-second-person {
    top: 12.9em;
    left: 20.4em;
  }

  .cloud-scene-2-fourth-person {
    top: 19em;
  }

  .cloud-scene-2-dialog {
    top: 22em;
    left: 11em;
  }

  .cloud-scene-2-dialog-2 {
    top: 5em;
    left: 42em;
  }

  .cloud-scene-2-pulse {
    top: 11em;
    left: 16em;
  }

  .cloud-background-image {
    width: 85em;
    top: -18em;
    right: 0;
  }

  .cloud-scene-3-right-man {
    width: 34em;
  }

  .cloud-scene-3-pulse {
    top: 13em;
  }

  .cloud-scene-3-left {
    width: 35em;
  }

  .cloud-scene-3-display {
    height: 36em;
    overflow: hidden;
  }

  .cloud-scene-2-dialog-3 {
    width: 34em;
    inset: auto 18.8em 4em auto;
  }

  .cloud-s2-text-3 {
    font-size: 1.35em;
    top: auto;
    bottom: 2em;
  }

  .cloud-scene-3-display-image {
    height: 36em;
  }

  .cloud-scene-4-dialog {
    width: 32em;
    inset: auto 43em 10em auto;
  }

  .cloud-s2-text-4 {
    font-size: 2em;
    inset: auto 5.8em 2em 1em;
  }

  .cloud-scene-4-dialog-2 {
    width: 27em;
    inset: auto 4em 5em auto;
  }

  .cloud-s2-text-4-2 {
    font-size: 2em;
    inset: auto 1.1em 2.4em 3.6em;
  }

  .cloud-scene-5-man {
    right: 9em;
  }

  .cloud-s2-text-5-1 {
    font-size: 1.5em;
    inset: auto 7.5em 1em 1.5em;
  }

  .cloud-s2-text-5-2 {
    font-size: 1.4em;
    inset: auto 1em 1.5em 4em;
  }

  .airport-scene-1-back-background {
    top: -21em;
  }

  .airport-scene-3 {
    display: flex;
  }

  .c2-s4-1 {
    left: 7em;
    right: 3em;
  }

  .c2-s2-2 {
    top: 3.2em;
  }

  .factory-image {
    z-index: 0;
    width: 21.5em;
    top: 12em;
    left: 46.2em;
  }

  .lottie-preloader {
    width: 109em;
    margin-left: -2em;
  }

  .comics-cta-content {
    left: 3em;
  }

  .business-center-wrapper {
    top: 8.2em;
  }

  .complex-wrapper {
    opacity: 1;
    width: 20em;
    height: 30em;
    top: 17.4em;
    left: -1.7em;
  }

  .university-wrapper {
    bottom: -1.4em;
    left: 12.5em;
  }

  .roads-wrapper {
    bottom: -3.2em;
    left: 31.7em;
  }

  .main-mobile-slider {
    display: none;
  }

  .cta-menu-projects-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-menu-socials {
    width: 3em;
    top: 0;
  }

  .admin-scene-2-background {
    margin-top: -10em;
  }

  .admin-scene-6-window {
    top: 0;
  }

  .lottie-active {
    top: 19em;
  }

  .lottie-christmass-three {
    top: 18em;
  }

  .popup-wrappper {
    display: none;
  }

  .lottie-preloader-mobile {
    width: 109em;
    margin-left: -2em;
  }
}

@media screen and (min-width: 1440px) {
  .main-scene-1 {
    cursor: auto;
    display: block;
  }

  .main-scene-2 {
    z-index: 8;
    height: 44em;
    display: flex;
  }

  .main-screen {
    height: 55em;
    bottom: -5em;
  }

  .train-wrapper, .airport {
    display: block;
  }

  .main-croc-build {
    opacity: 1;
    width: 15.6em;
    height: auto;
    top: 26.5em;
    left: 41.4em;
  }

  .main-background {
    height: 55em;
  }

  .main-croc-build-lights {
    top: 28.8em;
  }

  .christmas-tree.first.main {
    top: 20em;
    right: 14em;
  }

  .christmas-tree.second.main {
    top: 20em;
    right: 14vw;
  }

  .sky-background {
    height: 80em;
    top: -20em;
  }

  .dialog-cloud-1 {
    top: 10em;
  }

  .dialog-text.scene3.first {
    top: 1.9em;
  }

  .dialog-text.scene3.small-text {
    top: 2.5em;
    left: 11em;
    right: 2em;
  }

  .main-scene-2-right {
    margin-top: 0;
    right: 2em;
  }

  .main-scene-3 {
    z-index: 9;
    display: flex;
  }

  .dialog-cloud-4 {
    width: 34em;
  }

  .croc-cloud {
    top: 13em;
  }

  .main-naming-main-build {
    top: 25em;
  }

  .residential-complex {
    top: 0;
    left: 0;
  }

  .residential-complex-image {
    filter: none;
  }

  .main-bank {
    opacity: 1;
    cursor: pointer;
    padding-top: 2em;
    top: 15.8em;
  }

  .main-bank-image {
    filter: none;
  }

  .main-naming-residental-complex {
    top: 4em;
    left: 8em;
  }

  .main-naming-croc-cloud {
    top: 11em;
  }

  .main-naming-data-center {
    top: 18em;
    left: 14em;
  }

  .main-naming-market {
    top: 21em;
  }

  .main-naming-business-center {
    z-index: 999;
    text-align: right;
    top: 2em;
    left: 0;
  }

  .main-naming-factory {
    z-index: 2;
    top: 17em;
  }

  .main-naming-museum {
    top: 23em;
    left: 59em;
  }

  .main-naming-stadium {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    top: 31em;
    left: 67em;
  }

  .main-naming-bank {
    z-index: 2;
    top: 16.5em;
    left: 68.4em;
  }

  .main-naming-hospital {
    top: 22em;
    left: 74em;
  }

  .main-naming-city-administry {
    z-index: 1;
    top: 13em;
    left: 84em;
  }

  .main-naming-city-airport {
    z-index: 40;
    top: 35em;
    left: 90em;
  }

  .main-airport-hover {
    z-index: 45;
    opacity: 1;
  }

  .data-center-hover {
    opacity: 1;
    width: 15.3em;
    display: block;
    top: 16.8em;
    left: 12.7em;
  }

  .data-center-hover-image {
    filter: none;
  }

  .main-naming-city-univestiry {
    align-items: center;
    width: auto;
    display: flex;
    top: 10em;
    left: 15em;
  }

  .main-naming-city-roads {
    width: auto;
    top: 0;
    left: 0;
  }

  .stadium-hover {
    opacity: 1;
    top: 27.5em;
    left: 56.2em;
  }

  .stadium-hover-image {
    filter: none;
  }

  .market-hover {
    opacity: 1;
    top: 19.4em;
  }

  .market-hover-image {
    filter: none;
  }

  .business-center-hover {
    opacity: 1;
    top: 0;
    left: 0;
  }

  .business-center-hover-image {
    filter: none;
  }

  .museum-hover {
    opacity: 1;
    top: 23.2em;
    left: 51.3em;
  }

  .museum-hover-image {
    opacity: 1;
    filter: none;
  }

  .main-factory-hover {
    z-index: 3;
    opacity: 1;
    width: 12.4em;
    padding-top: 4em;
    top: 14.1em;
  }

  .factory-hover-image {
    opacity: 1;
    filter: none;
    width: 10em;
  }

  .hospital-hover {
    opacity: 1;
    padding-top: 1em;
    display: block;
    top: 22.1em;
    left: 71.9em;
  }

  .hospital-hover-image {
    filter: none;
  }

  .administry-hover {
    opacity: 1;
    width: 16.8em;
    top: 13.8em;
    left: 82.6em;
  }

  .university-hover {
    z-index: 4;
    opacity: 1;
    width: 19.4em;
    top: 0;
  }

  .university-hover-image {
    filter: none;
  }

  .christmas-tree-original {
    top: 20.6em;
    left: 74.2em;
  }

  .christmas-tree-original-image {
    width: 100%;
    display: block;
  }

  .road-hover {
    opacity: 1;
    top: 0;
    left: 0;
  }

  .road-hover-image {
    filter: none;
  }

  .main-scene-4 {
    z-index: 10;
    border-width: 0;
    height: 52em;
    display: block;
  }

  .c1-s4-text-1.small {
    color: green;
  }

  .c1-s4-text-1.small.next {
    opacity: 0;
    color: #000;
    display: block;
  }

  .dialog-cloud-5 {
    bottom: 9em;
    right: 22em;
  }

  .main-scene-5 {
    z-index: 11;
    display: flex;
    overflow: hidden;
  }

  .main-scene-6 {
    z-index: 12;
    height: 55.5em;
    display: block;
    overflow: hidden;
  }

  .scene-7-background {
    width: 160em;
    height: auto;
  }

  .scene-7-front-crowd {
    bottom: -12em;
  }

  .c1-s7-title {
    color: #03a156;
    text-shadow: -1px 1px #000c;
    top: 2em;
  }

  .welcome-screen {
    top: 38.9em;
  }

  .croc-index {
    top: 27.8em;
  }

  .preloader-wrapper {
    z-index: 2147483647;
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  }

  .main-scene-1-background {
    cursor: auto;
    display: block;
  }

  .main-scene-4-background {
    z-index: 10;
    display: block;
  }

  .main-scene-6-bus {
    width: 10em;
    right: 6em;
  }

  .crocopolis-logo {
    width: 15em;
    top: 3em;
    bottom: auto;
    left: 42em;
  }

  .locomotive-scroll {
    display: block;
  }

  .tower-1 {
    width: 19.5em;
    position: absolute;
    top: 10.4em;
    left: .1em;
  }

  .tower-2 {
    width: 16.6em;
    position: absolute;
    top: 16.2em;
    left: 32.9em;
  }

  .factory-1 {
    width: 12.8em;
    position: absolute;
    top: 18em;
    left: 76.2em;
  }

  .cloud-scene-1 {
    height: 55.5em;
  }

  .cloud-scene-1-background {
    width: 100vw;
  }

  .cloud-scene-1-table {
    z-index: 2;
  }

  .cloud-scene-1-man {
    z-index: 1;
    left: 25em;
  }

  .cloud-scene-1-dialog {
    width: 32em;
    top: 8em;
    left: 40em;
    right: auto;
  }

  .cloud-dialog-text {
    font-size: 1.4em;
    top: 2.9em;
  }

  .matrix {
    display: none;
  }

  .cloud-scene-2 {
    width: 100vw;
    height: 55.5em;
    position: relative;
  }

  .cloud-scene-1-cloud {
    width: 30em;
    position: absolute;
    inset: 18em 6em auto auto;
  }

  .cloud-scene-1-documents {
    width: 15em;
    height: 12.3em;
    position: absolute;
    inset: 35em 10em auto auto;
  }

  .cloud-scene-1-first-document, .cloud-scene-1-second-document {
    width: 6.5em;
  }

  .comics-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cloud-scene-2-first-person {
    width: 93em;
    position: absolute;
    inset: auto auto -7em -14em;
  }

  .cloud-scene-2-second-person {
    width: 33em;
    top: 13em;
    left: 17.2em;
  }

  .cloud-scene-2-third-person {
    width: 28em;
  }

  .cloud-scene-2-fourth-person {
    width: 42em;
    top: 20.8em;
    right: 15em;
  }

  .cloud-scene-2-dialog {
    width: 17em;
    top: 23em;
    left: 11em;
  }

  .cloud-s2-text {
    font-size: 1.4em;
    top: 5em;
  }

  .cloud-scene-2-dialog-2 {
    top: 8em;
    left: 44.9em;
  }

  .cloud-s2-text-bigger {
    top: 2em;
  }

  .cloud-scene-2-pulse {
    left: 16em;
  }

  .cloud-background-image {
    width: 70em;
    top: -21em;
  }

  .cloud-scene-3-right-man {
    width: 35em;
  }

  .cloud-scene-3-pulse {
    width: 18em;
    top: 5em;
  }

  .cloud-scene-3-left {
    width: 37em;
  }

  .cloud-scene-3-display {
    height: 33em;
  }

  .cloud-scene-2-dialog-3 {
    top: auto;
    bottom: 1em;
    left: auto;
  }

  .cloud-s2-text-3 {
    font-size: 1.4em;
  }

  .cloud-scene-4-dialog {
    width: 23em;
    inset: auto 45em 18em auto;
  }

  .cloud-s2-text-4 {
    font-size: 1.4em;
  }

  .cloud-scene-4-dialog-2 {
    width: 19em;
    inset: auto 10em 14em auto;
  }

  .cloud-s2-text-4-2 {
    font-size: 1.4em;
  }

  .cloud-scene-5 {
    overflow: hidden;
  }

  .cloud-scene-5-women {
    width: 34em;
    top: 8em;
  }

  .cloud-s2-text-5-1 {
    font-size: 1.4em;
    bottom: 2.5em;
  }

  .cloud-s2-text-5-2 {
    font-size: 1.4em;
    bottom: 1.8em;
  }

  .cloud-scene-6-background {
    width: 135em;
    max-width: none;
    margin-left: -25em;
  }

  .cloud-scene-2-table {
    z-index: 2;
    width: 40em;
    position: absolute;
    inset: auto 25.4em -.2em auto;
  }

  .airport-scene-1 {
    height: 52em;
    overflow: hidden;
  }

  .airport-dialog-wrapper {
    width: 32em;
    top: 0;
    left: 23.6em;
  }

  .c2-s1-1 {
    font-size: 1.4em;
  }

  .airport-dialog-wrapper-2 {
    width: 21em;
    bottom: 18em;
    left: 29em;
  }

  .c2-s1-2 {
    font-size: 1.4em;
    top: 4.6em;
    left: 1.5em;
    right: 2em;
  }

  .airport-dialog-wrapper-3 {
    width: 25em;
  }

  .c2-s1-3 {
    font-size: 1.4em;
    left: 7em;
    right: 1.5em;
  }

  .airport-scene-2 {
    height: 47.4em;
  }

  .airport-scene-3 {
    z-index: 8;
    height: 52em;
    display: flex;
  }

  .airport-dialog-wrapper-6 {
    width: 25em;
    bottom: 30em;
  }

  .c2-s3-1 {
    font-size: 1.4em;
    top: 3em;
    left: 6em;
  }

  .airport-scene-4 {
    height: 52em;
  }

  .airport-scene-4-background {
    z-index: 1;
    position: relative;
  }

  .airport-scene-4-man {
    z-index: 2;
    width: 54em;
    position: absolute;
    bottom: -5.1em;
    left: 19.4em;
  }

  .airport-scene-4-window {
    z-index: 0;
    width: 100em;
    position: absolute;
  }

  .airport-dialog-wrapper-7 {
    width: 29em;
    top: 8em;
    bottom: auto;
    right: 14em;
  }

  .c2-s4-1 {
    font-size: 1.4em;
    line-height: 1.1em;
    top: 2.3em;
  }

  .airport-scene-5 {
    height: 52em;
  }

  .airport-dialog-wrapper-8 {
    width: 38em;
    bottom: 15em;
    left: 17em;
  }

  .c2-s5-1 {
    font-size: 1.4em;
    top: 2em;
    left: 3em;
    right: 12em;
  }

  .airport-scene-2-left {
    margin-top: 1.7em;
    right: 2em;
  }

  .airport-dialog-wrapper-4 {
    width: 25em;
  }

  .airport-dialog-wrapper-5 {
    width: 32em;
  }

  .c2-s2-1 {
    font-size: 1.4em;
    top: 2.4em;
  }

  .main-scene-7-shadow {
    background-color: #0000001a;
    inset: 0%;
  }

  .c2-s2-2 {
    font-size: 1.4em;
    top: 3em;
  }

  .factory-image {
    opacity: 1;
    top: 14.4em;
  }

  .lottie-preloader {
    width: 101em;
    margin-left: 0;
  }

  .comics-cta {
    margin-top: 0;
    position: relative;
    top: 5vh;
  }

  .comics-cta-content {
    width: 70em;
    position: relative;
    top: 0;
    left: 2em;
  }

  .comics-cta-top-content {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }

  .airport-dialog-wrapper-6-2 {
    width: 19em;
    bottom: 8em;
  }

  .c2-s3-2 {
    font-size: 1.4em;
  }

  .business-center-wrapper {
    opacity: 1;
    color: #333;
    top: 10.8em;
  }

  .complex-wrapper {
    opacity: 1;
    top: 19.8em;
  }

  .university-wrapper {
    opacity: 1;
    bottom: 1em;
    left: 12.6em;
  }

  .roads-wrapper {
    bottom: -.7em;
  }

  .main-mobile-slider {
    display: none;
  }

  .cta-menu-title-wrapper {
    height: auto;
    margin-top: -3em;
  }

  .cta-menu-projects-btn {
    cursor: pointer;
    width: 1em;
    margin-top: -3em;
    margin-bottom: 0;
  }

  .cta-menu-socials {
    width: 2.2em;
    margin-top: 6em;
    position: relative;
    top: 0;
  }

  .projects-grid {
    padding-bottom: 5em;
  }

  .projects-hover {
    display: flex;
  }

  .projects-link-cloud {
    position: relative;
  }

  .projects-link-airport.w--current {
    background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/airport.webp');
    background-position: 50%, 0 0, 50%;
    background-size: cover, auto, cover;
  }

  .projects-link-main {
    background-image: url('../images/preview.webp');
    background-position: 50%;
  }

  .projects-link-main.w--current {
    background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/preview.webp');
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .popup-shadow {
    background-color: #000c;
    width: 100%;
    height: 100%;
  }

  .admin-scene-1-boss {
    left: 18.7em;
  }

  .c3-s1-1, .c3-s1-2, .c3-s1-3, .c3-s2-1, .c3-s2-2, .c3-s2-3, .c3-s3-1, .c3-s3-2, .c3-s3-3, .c3-s3-4, .c3-s3-5, .c3-s4-1, .c3-s4-2, .c3-s5-1, .c3-s5-2, .c3-s6-1, .c3-s6-2, .c3-s6-3 {
    font-size: 1.4em;
  }

  .comics-cta-background {
    background-color: #000c;
    width: 100%;
    height: 100%;
  }

  .image-all-projects {
    width: 100%;
  }

  .menu-logo {
    display: block;
  }

  .lottie-active {
    top: 20em;
  }

  .lottie-christmass-three {
    width: 25em;
    top: 18em;
    right: 6em;
  }

  .c4-s1-1 {
    font-size: 1.4em;
  }

  .c5-s1-2 {
    font-size: 1.4em;
    left: 6em;
    right: 33em;
  }

  .popup-wrappper {
    display: none;
  }

  .lottie-preloader-mobile {
    width: 101em;
    margin-left: 0;
  }

  .comics-selection-case {
    position: relative;
  }

  .c9-s7-1 {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1vw;
  }

  .container.center {
    position: relative;
  }

  .main-scene-1 {
    display: block;
  }

  .main-scene-2 {
    z-index: 8;
  }

  .main-screen {
    height: 55em;
  }

  .airport {
    z-index: 26;
    display: block;
  }

  .main-croc-build {
    opacity: 1;
    display: block;
  }

  .main-background {
    height: 55em;
  }

  .main-croc-build-lights {
    top: 29.4em;
    left: 43.2em;
  }

  .christmas-tree.first.main, .christmas-tree.second.main {
    top: 22em;
    right: 14em;
  }

  .sky-background {
    height: 64em;
  }

  .dialog-cloud-1 {
    top: 8em;
  }

  .main-scene-2-right {
    margin-top: -1em;
  }

  .main-scene-3 {
    z-index: 9;
  }

  .main-naming-main-build {
    top: 25em;
  }

  .residential-complex {
    top: .1em;
  }

  .main-bank {
    opacity: 1;
  }

  .main-naming-residental-complex {
    top: 2em;
    left: 6em;
  }

  .main-naming-data-center {
    top: 18em;
    left: 15em;
  }

  .main-naming-market {
    top: 21em;
  }

  .main-naming-business-center {
    z-index: 200;
    left: 0;
  }

  .main-naming-factory {
    top: 16em;
  }

  .main-naming-museum {
    top: 23em;
    left: 59em;
  }

  .main-naming-stadium {
    top: 30em;
    left: 66em;
  }

  .main-naming-bank {
    top: 16.5em;
    left: 68.5em;
  }

  .main-naming-hospital {
    top: 24em;
    left: 74em;
  }

  .main-naming-city-administry {
    z-index: 4;
    top: 13em;
    left: 82em;
  }

  .main-naming-city-airport {
    z-index: 40;
    top: 36em;
    left: 90em;
  }

  .main-airport-hover {
    z-index: 30;
    opacity: 1;
  }

  .data-center-hover {
    opacity: 1;
  }

  .main-naming-city-univestiry {
    top: 10em;
    left: 15em;
  }

  .main-naming-city-roads {
    top: 0;
    left: 0;
  }

  .stadium-hover, .market-hover {
    opacity: 1;
  }

  .business-center-hover {
    opacity: 1;
    display: block;
  }

  .museum-hover, .main-factory-hover {
    opacity: 1;
  }

  .hospital-hover {
    display: block;
  }

  .administry-hover {
    opacity: 1;
    width: 21em;
    margin-left: 0;
    padding-top: 2em;
    padding-left: 4em;
    top: 12.8em;
    left: 80.6em;
  }

  .university-hover {
    opacity: 1;
  }

  .christmas-tree-original {
    top: 20.6em;
  }

  .christmas-tree-original-image {
    display: block;
  }

  .road-hover {
    opacity: 1;
  }

  .main-scene-4 {
    z-index: 10;
  }

  .main-scene-5 {
    z-index: 11;
  }

  .main-scene-6 {
    display: block;
  }

  .scene-6-background {
    height: auto;
  }

  .scene-7-front-crowd {
    top: auto;
  }

  .croc-index {
    position: absolute;
    top: 27.9em;
    left: 42.7em;
  }

  .preloader-wrapper {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  }

  .main-scene-1-background {
    display: block;
  }

  .main-scene-4-background {
    z-index: 10;
  }

  .crocopolis-logo {
    top: 4em;
  }

  .cloud-scene-1-table {
    z-index: 3;
  }

  .cloud-scene-1-man {
    left: 26em;
  }

  .cloud-scene-2-first-person {
    width: 95em;
    bottom: -6em;
    left: -16em;
  }

  .cloud-scene-2-second-person {
    width: 34em;
    top: 12em;
    left: 15em;
  }

  .cloud-scene-2-third-person {
    width: 28em;
    right: -8.4em;
  }

  .cloud-scene-2-fourth-person {
    width: 39em;
    top: 21.6em;
    right: 14em;
  }

  .cloud-scene-2-dialog {
    top: 25em;
    left: 7em;
  }

  .cloud-scene-2-dialog-2 {
    top: 6em;
    left: 40em;
  }

  .cloud-scene-2-pulse {
    width: 17em;
    left: 13em;
  }

  .cloud-background-image {
    width: 85em;
    right: 0;
  }

  .cloud-scene-3-right-man {
    width: 36em;
    max-width: none;
  }

  .cloud-scene-2-dialog-3 {
    top: auto;
    left: 40em;
  }

  .cloud-scene-4-dialog {
    inset: auto 44em 12em auto;
  }

  .cloud-scene-4-dialog-2 {
    inset: auto 6em 6em auto;
  }

  .cloud-scene-5 {
    align-items: stretch;
    width: 100em;
    display: flex;
  }

  .cloud-scene-5-background {
    width: 115em;
    top: -3em;
    left: 3em;
  }

  .cloud-s2-text-5-2 {
    bottom: 1.8em;
  }

  .cloud-scene-6-people {
    left: 5em;
  }

  .cloud-scene-6-cloud {
    top: auto;
    bottom: 29em;
  }

  .cloud-scene-2-table {
    bottom: .8em;
    right: 23.6em;
  }

  .airport-scene-1 {
    width: 100em;
  }

  .airport-dialog-wrapper {
    width: 32em;
  }

  .airport-dialog {
    width: 100%;
    max-width: none;
  }

  .airport-dialog-wrapper-2 {
    width: 20em;
  }

  .c2-s1-2 {
    top: 4em;
  }

  .airport-dialog-wrapper-3 {
    width: 25em;
  }

  .airport-scene-3 {
    z-index: 8;
  }

  .airport-dialog-wrapper-6 {
    width: 24em;
  }

  .c2-s3-1 {
    right: 2em;
  }

  .airport-dialog-wrapper-7 {
    width: 31em;
    right: 12em;
  }

  .c2-s4-1 {
    top: 3em;
  }

  .airport-dialog-wrapper-8 {
    width: 38em;
  }

  .c2-s5-1 {
    top: 2.5em;
    left: 1.6em;
    right: 10em;
  }

  .airport-dialog-wrapper-4 {
    width: 25em;
  }

  .airport-dialog-wrapper-5 {
    width: 31em;
  }

  .c2-s2-2 {
    top: 3em;
    left: 9em;
  }

  .lottie-preloader {
    width: 101em;
  }

  .comics-cta-content {
    top: 0;
  }

  .airport-dialog-wrapper-6-2 {
    width: 19em;
  }

  .text-field {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    font-size: 1em;
  }

  .text-field-2, .text-field-3, .text-field-4 {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .subscribe-form-btn {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .popup-wrappper {
    display: none;
  }

  .lottie-preloader-mobile {
    width: 101em;
  }
}

@media screen and (max-width: 991px) {
  .section.mobile-hide {
    display: none;
  }

  .main-scene-2 {
    height: 44.9em;
  }

  .dialog-text.scene4 {
    font-size: 1em;
    top: 9em;
    left: 3.5em;
    right: 4em;
  }

  .main-scene-2-right {
    margin-top: 0;
  }

  .main-scene-3-background {
    width: 100%;
    max-width: none;
  }

  .dialog-cloud-4 {
    z-index: 10;
  }

  .build-naming-text {
    font-weight: 400;
  }

  .main-naming-business-center {
    top: 16em;
  }

  .main-scene-4 {
    height: 55em;
  }

  .c1-s4-hospital {
    top: 11em;
  }

  .dialog-cloud-5 {
    width: 30em;
    right: 21em;
  }

  .c1-s7-title {
    top: 1em;
  }

  .preloader-wrapper {
    z-index: 2147483647;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .crocopolis-logo {
    width: 12em;
    top: 2em;
    left: 45em;
  }

  .cloud-scene-1 {
    height: 55.5em;
  }

  .cloud-scene-1-man {
    width: 20em;
    left: 29em;
  }

  .cloud-scene-1-dialog {
    right: 26em;
  }

  .cloud-scene-2 {
    height: 55.5em;
  }

  .cloud-scene-1-cloud {
    top: 14em;
  }

  .cloud-scene-1-documents {
    top: 27em;
  }

  .cloud-scene-2-first-person {
    width: 74em;
  }

  .cloud-scene-2-second-person {
    width: 35em;
    top: 6em;
    left: 7em;
  }

  .cloud-scene-2-third-person {
    width: 24em;
  }

  .cloud-scene-2-fourth-person {
    width: 40em;
    top: 20em;
    right: 18em;
  }

  .cloud-scene-2-dialog {
    top: 25em;
    left: 7em;
  }

  .cloud-scene-2-dialog-2 {
    top: 1em;
    left: 31em;
  }

  .cloud-scene-2-pulse {
    width: 12em;
    left: 10em;
  }

  .cloud-scene-3 {
    height: 55.5em;
  }

  .cloud-scene-3-right-man {
    width: 31em;
  }

  .cloud-scene-3-pulse {
    top: 5em;
  }

  .cloud-scene-3-left {
    width: 35em;
    left: 0;
  }

  .cloud-scene-3-display {
    height: 36em;
    overflow: hidden;
  }

  .cloud-scene-2-dialog-3 {
    width: 32em;
    bottom: 0;
    right: 14em;
  }

  .cloud-s2-text-3 {
    font-size: 1.2em;
    bottom: 2.5em;
    left: 2.5em;
    right: 7.5em;
  }

  .cloud-scene-3-display-image {
    height: 36em;
  }

  .cloud-scene-4 {
    height: 55.5em;
  }

  .cloud-s2-text-4 {
    bottom: 1.9em;
  }

  .cloud-s2-text-4-2 {
    bottom: 2.8em;
  }

  .cloud-scene-5 {
    height: 55.5em;
  }

  .cloud-scene-5-background {
    width: 108em;
  }

  .cloud-scene-5-background-window {
    top: -2em;
  }

  .cloud-scene-5-women {
    top: 5em;
    left: 10em;
  }

  .cloud-scene-5-man {
    width: 51em;
    bottom: -1em;
  }

  .cloud-s2-text-5-1 {
    top: 5.8em;
    bottom: auto;
  }

  .cloud-dialog-5-2 {
    top: 26em;
    right: 14em;
  }

  .cloud-s2-text-5-2 {
    bottom: 1.9em;
  }

  .cloud-scene-6 {
    height: 55.5em;
  }

  .cloud-scene-6-people {
    width: 90%;
    left: 10%;
  }

  .cloud-scene-2-table {
    width: 37.5em;
    bottom: -3.1em;
    right: 28.1em;
  }

  .airport-dialog-wrapper {
    top: 0;
  }

  .c2-s4-1 {
    left: 5em;
    right: 1.5em;
  }

  .c2-s5-1 {
    top: 2em;
  }

  .c2-s2-2 {
    top: 3.2em;
  }

  .lottie-preloader {
    width: 125em;
    margin-top: -6em;
  }

  .comics-cta {
    display: flex;
    top: 5vh;
  }

  .comics-cta-content {
    z-index: 2;
    width: 65em;
    top: 1em;
    left: 0;
  }

  .comics-finish-text-wrapper {
    grid-row-gap: 1.1em;
    width: 43em;
  }

  .comics-finish-content-text {
    font-size: 1.8em;
  }

  .form-button {
    font-size: 1.6em;
  }

  .form-button.magnetic {
    padding: .4em 2em;
  }

  .comics-bottom-content {
    grid-column-gap: 1em;
    flex-direction: row;
    margin-top: 2em;
  }

  .cta-second-button {
    font-size: 1.6em;
  }

  .cta-second-button.magnetic {
    padding: .4em 2em;
  }

  .cta-third-button {
    font-size: 1.6em;
  }

  .cta-third-button.magnetic {
    padding: .4em 2em;
  }

  .main-mobile-slider {
    background-image: url('../images/leto-mob.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 55.5em;
    margin-bottom: 5vh;
    padding-top: 5em;
    display: flex;
    position: relative;
  }

  .mobile-slider {
    z-index: 999999;
    background-color: #0000;
    width: 90%;
    height: auto;
    margin-left: 3em;
    margin-right: 3em;
    display: none;
    top: 0;
  }

  .mobile-slider-title {
    color: #fff;
    text-align: left;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
  }

  .mobile-slider-content {
    color: #fff;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
  }

  .mobile-slider-content.center {
    color: #fff;
    text-align: center;
    margin-top: .5em;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
  }

  .mobile-slider-wrapper {
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 4em;
    margin-left: 10em;
    margin-right: 10em;
    display: flex;
    position: relative;
  }

  .slider-text {
    flex-direction: column;
    align-items: flex-start;
    width: 33em;
    display: flex;
  }

  .slider-image, .slider-image.administation {
    width: 35em;
  }

  .slider-image.market {
    width: 35em;
    max-width: none;
    height: auto;
  }

  .slider-image.business-center, .slider-image.museum, .slider-image.factory, .slider-image.bank, .slider-image.hospital, .slider-image.data-center, .slider-image.complex, .slider-image.university {
    width: 35em;
  }

  .slider-image.airport {
    width: 35em;
    position: static;
  }

  .slider-image.cloud {
    width: 35em;
  }

  .slider-image.crocopolis {
    width: 22em;
    margin-top: 6em;
  }

  .left-arrow {
    width: 1em;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .right-arrow {
    width: 1em;
    display: flex;
    top: 0;
  }

  .mobile-slider-button {
    color: #fff;
    background-color: #0000;
    border: .08em solid #fff;
    border-radius: 1000px;
    margin-top: 3vh;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
  }

  .mobile-slider-button.disable {
    color: #333;
    background-color: #eee;
    border-width: 0;
  }

  .main-mobile-slider-title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10em;
    padding-right: 10em;
    display: flex;
  }

  .slider-title {
    color: #fff;
    text-align: center;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
  }

  .slide-2 {
    margin-left: 1em;
  }

  .slide-nav {
    display: none;
  }

  .cta-menu {
    justify-content: space-around;
    left: -5.8em;
  }

  .cta-menu-title-wrapper {
    width: 1.5em;
    margin-top: -1em;
    transform: none;
  }

  .cta-menu-projects-btn {
    width: auto;
    margin-top: -1.5em;
    margin-bottom: 0;
    margin-left: 0;
    transform: none;
  }

  .cta-menu-socials {
    height: auto;
    margin-top: 1em;
    position: relative;
    top: 0;
  }

  .popup-form-wrapper {
    z-index: 999999;
    background-color: #00000080;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .text-field {
    color: #000;
    border-radius: 1em;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 1.5em;
  }

  .checkbox-label {
    color: #fff;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
  }

  .link {
    color: #fff;
  }

  .text-field-2, .text-field-3, .text-field-4 {
    border-radius: 1em;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 1.5em;
  }

  .form {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    flex-direction: column;
    align-items: center;
    width: 56em;
    padding: 5em;
    display: flex;
  }

  .subscribe-form-btn {
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: 1000px;
    width: 100%;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2em;
  }

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

  .admin-scene-2-background {
    width: 140em;
    margin-top: -20em;
    margin-left: -20em;
  }

  .cta-return-back {
    z-index: 2;
    top: 5em;
  }

  .comics-cta-background {
    z-index: 0;
  }

  .comics-cta-mobile-shadow {
    z-index: 1;
    background-color: #00000080;
    position: absolute;
    inset: 0%;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 4em;
    height: 4em;
  }

  .slider {
    max-width: none;
    position: relative;
  }

  .swiper {
    display: block;
  }

  .link-to-slide.one {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .link-to-slide.sixth, .link-to-slide.seventh {
    color: #333;
  }

  .link-to-slide.eighth, .link-to-slide.ninth, .link-to-slide.ten, .link-to-slide.eleventh, .link-to-slide.twelfth, .link-to-slide.thirteenth {
    color: #000;
  }

  .link-to-slide.fourteenth, .link-to-slide.fifthteen {
    color: #ddd;
  }

  .choose-city {
    background-color: #fff;
    border-radius: 2em;
    width: 30em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .chose-city-text {
    font-family: Croc, Tahoma, sans-serif;
    font-size: 1.5em;
    line-height: 100%;
  }

  .dropdown-list {
    z-index: 5;
    background-color: #fff;
    border-radius: 2em;
    height: 25em;
    margin-top: 1em;
    display: none;
    overflow: scroll;
  }

  .dropdown {
    z-index: 999;
    margin-top: 10em;
    position: absolute;
  }

  .pop-up-welcome {
    height: 52em;
  }

  .module-window {
    margin-top: -8em;
  }

  .module-three {
    top: 4em;
  }

  .popup-wrappper {
    display: none;
  }

  .lottie-preloader-mobile {
    width: 125em;
    margin-top: -6em;
  }

  .comics-selection-back {
    z-index: 2;
    top: 5em;
  }

  .cookie {
    width: 45rem;
  }
}

@media screen and (max-width: 767px) {
  .section.mobile-hide {
    display: none;
  }

  .main-first {
    grid-row-gap: 2vh;
  }

  .main-scene-1, .main-scene-2 {
    height: 55.5em;
  }

  .main-scene-2-right {
    margin-top: 6em;
  }

  .main-scene-3 {
    height: 39em;
  }

  .dialog-cloud-4 {
    z-index: 10;
  }

  .main-scene-4 {
    height: 50em;
  }

  .dialog-cloud-5 {
    bottom: 14em;
    right: 23em;
  }

  .main-scene-5, .main-scene-6, .main-scene-7 {
    height: 55.5em;
  }

  .c1-s7-title {
    top: 2em;
  }

  .preloader-wrapper {
    z-index: 2147483647;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .cloud-scene-4-background {
    width: 100%;
  }

  .cloud-scene-5-background-window {
    right: -40em;
  }

  .cloud-scene-6-people {
    width: 80%;
    left: 10%;
  }

  .airport-scene-2 {
    justify-content: flex-end;
  }

  .airport-scene-3 {
    height: 55.5em;
  }

  .airport-dialog-wrapper-7 {
    width: 34em;
  }

  .c2-s4-1 {
    top: 4em;
    left: 6em;
    right: 1.5em;
  }

  .c2-s5-1 {
    top: 2em;
  }

  .c2-s2-2 {
    top: 3em;
  }

  .lottie-preloader {
    width: 120em;
  }

  .comics-cta {
    height: 55.5em;
    top: 5vh;
  }

  .comics-cta-content {
    flex-flow: column wrap;
    justify-content: space-around;
    width: 66.5em;
    display: flex;
    top: 0;
  }

  .comics-cta-top-content {
    grid-row-gap: 3em;
    flex-direction: row;
    width: 100%;
  }

  .comics-finish-text-wrapper {
    flex-direction: column;
    width: 43em;
  }

  .comics-finish-content-text {
    font-size: 1.8em;
  }

  .form-button.magnetic {
    padding: .3em 1.5em;
  }

  .comics-bottom-content {
    grid-column-gap: 2em;
  }

  .cta-second-button.magnetic, .cta-third-button.magnetic {
    padding: .3em 2em;
  }

  .c2-s3-2 {
    bottom: 3.5em;
  }

  .main-mobile-slider {
    z-index: 999999;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 70em;
    padding-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .mobile-slider {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: 5em;
    display: none;
  }

  .mobile-slider-title {
    color: #fff;
    text-align: left;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
    position: static;
  }

  .mobile-slider-content {
    color: #fff;
    flex-direction: column;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1em;
    display: flex;
  }

  .mobile-slider-content.center {
    text-align: center;
  }

  .mobile-slider-wrapper {
    justify-content: space-between;
    width: 75em;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 10em;
    right: 10em;
  }

  .slider-text {
    grid-row-gap: 3em;
    flex-direction: column;
    width: 41em;
    font-size: 1vw;
    display: flex;
  }

  .slider-image {
    width: 35em;
  }

  .slider-image.administation {
    width: 29em;
  }

  .slider-image.market, .slider-image.business-center, .slider-image.museum, .slider-image.factory, .slider-image.bank, .slider-image.hospital, .slider-image.data-center, .slider-image.complex, .slider-image.university {
    width: 35em;
  }

  .slider-image.crocopolis {
    margin-top: 6em;
  }

  .left-arrow, .right-arrow {
    width: 1em;
  }

  .mobile-slider-button {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border: .1em solid #fff;
    border-radius: 1000px;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
  }

  .main-mobile-slider-title {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 20em;
    padding-right: 20em;
    display: flex;
  }

  .slider-title {
    color: #fff;
    text-transform: uppercase;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
  }

  .slide-1 {
    height: auto;
  }

  .cta-menu {
    left: -5.8em;
  }

  .cta-menu-projects-btn {
    margin-top: 9em;
  }

  .cta-menu-socials {
    width: 4em;
    margin-left: .8em;
  }

  .cta-projects {
    width: auto;
  }

  .projects-grid {
    grid-column-gap: 1.8em;
  }

  .projects-link-main.w--current {
    background-image: url('../images/pointer_1.svg'), linear-gradient(#00a46080, #00a46080), url('../images/preview.webp');
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4 {
    font-size: 2em;
  }

  .crocopolis-label {
    max-width: 100%;
    font-size: 1.7em;
  }

  .cta-return-back {
    top: 2.2em;
  }

  .comics-cta-mobile-shadow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .projects-link-market.w--current {
    background-image: url('../images/pointer_1.svg'), linear-gradient(#0000, #0000), url('../images/pointer_1.svg');
  }

  .link-to-slide.one {
    font-size: 1.5em;
    line-height: 100%;
  }

  .link-to-slide.eighth {
    color: #333;
  }

  .link-to-slide.eleventh, .link-to-slide.twelfth, .link-to-slide.thirteenth, .link-to-slide.fourteenth {
    color: #000;
  }

  .link-to-slide.fifthteen {
    color: #333;
  }

  .choose-city {
    background-color: #fff;
    border-radius: 1000px;
    width: 30em;
    height: auto;
    margin-top: 2em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .chose-city-text {
    font-family: Croc, Tahoma, sans-serif;
    font-size: 2em;
    font-weight: 300;
  }

  .dropdown-list {
    background-color: #fff;
    border-radius: 3em;
    margin-top: 1em;
    display: block;
    overflow: scroll;
  }

  .dropdown {
    margin-top: 4em;
    position: relative;
  }

  .projects-link-bank.w--current {
    background-image: url('../images/pointer.svg'), linear-gradient(#00a460, #00a460), url('../images/Bank.webp');
    background-position: 50%, 0 0, 50%;
    background-size: cover, auto, cover;
  }

  .pop-up-welcome {
    margin-top: 2vw;
  }

  .module-window {
    margin-top: -10em;
  }

  .popup-wrappper {
    display: none;
    overflow: hidden;
  }

  .lottie-preloader-mobile {
    width: 120em;
  }

  .comics-selection-back {
    top: 2.2em;
  }

  .comics-selection-wrapper {
    top: -100vh;
  }

  .projects-link-university.w--current, .projects-link-ngmk.w--current, .projects-link-stadium.w--current {
    background-image: url('../images/pointer_1.svg'), linear-gradient(#0000, #0000), url('../images/pointer_1.svg');
  }

  .c14-s1-3 {
    bottom: auto;
  }

  .policy-link {
    font-size: 2em;
  }

  .cookie {
    width: 90em;
    bottom: 5.33333rem;
  }

  .cookie__content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 3rem;
    flex-flow: column;
    padding: 2rem;
  }

  .cookie__text {
    color: #020205;
    font-size: 3em;
  }

  .cookie__button {
    text-align: center;
    border-radius: 2.13333rem;
    width: 100%;
    font-size: 3.73333rem;
  }

  .button__text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container.comics {
    display: none;
  }

  .mobile-banner {
    z-index: 999999999;
    grid-row-gap: 10em;
    background-color: #21c97c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .mobile-banner-text {
    color: #fff;
    text-align: center;
    font-family: Croc, Tahoma, sans-serif;
    font-size: 4.8em;
    font-weight: 700;
    line-height: 1.6em;
  }

  .flip-device-gif {
    width: 20.5em;
    height: 20em;
  }

  .preloader-wrapper {
    background-color: #009f59;
    display: none;
  }

  .lottie-preloader, .main-mobile-slider, .popup-wrappper {
    display: none;
  }

  .lottie-preloader-mobile {
    width: 100em;
    margin-left: 0;
    display: block;
  }
}


@font-face {
  font-family: 'Croc';
  src: url('../fonts/Croc-Regular__W.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Croc';
  src: url('../fonts/Croc-Bold__W.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Croc';
  src: url('../fonts/Croc-Light__W.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}