@font-face {
  font-family: Jsn75 w;
  src: url('../fonts/JSN75__W.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-os: #141414;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

a {
  color: #344d40;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #2b7657;
}

.section1 {
  flex-direction: column;
  justify-content: center;
  display: block;
  position: static;
  inset: 0;
}

.anima {
  z-index: 1;
  background-image: url('../images/aiwin01_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.anima3 {
  z-index: 3;
  background-image: url('../images/aiwin03_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.anima5 {
  z-index: 5;
  background-image: url('../images/aiwin05_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.anima7 {
  z-index: 7;
  background-image: url('../images/aiwin07_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.anima9 {
  z-index: 9;
  background-image: url('../images/aiwin09_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin11 {
  z-index: 11;
  background-image: url('../images/aiwin11_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin13 {
  z-index: 13;
  background-image: url('../images/aiwin13_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin15 {
  z-index: 15;
  background-image: url('../images/aiwin15_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin17 {
  z-index: 17;
  background-image: url('../images/aiwin17_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin19 {
  z-index: 19;
  background-image: url('../images/aiwin19_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin21 {
  z-index: 21;
  background-image: url('../images/aiwin21_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin23 {
  z-index: 23;
  background-image: url('../images/aiwin23_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin25 {
  z-index: 25;
  background-image: url('../images/aiwin25_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin27 {
  z-index: 27;
  background-image: url('../images/aiwin27_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin29 {
  z-index: 29;
  background-image: url('../images/aiwin29_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin31 {
  z-index: 31;
  background-image: url('../images/aiwin31_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin33 {
  z-index: 33;
  background-image: url('../images/aiwin33_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.aiwin35 {
  z-index: 35;
  background-image: url('../images/aiwin35_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: .5vh 4vw 6px;
  line-height: 19px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: #f3f3f3;
}

.brand {
  width: 180px;
  margin-top: 17px;
  display: block;
}

.body {
  color: #141414;
  background-color: #f3f3f3;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.nav-link {
  color: #344d40;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #2a534554;
  margin-left: 24px;
  padding: 16px 12px 19px;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.nav-link.w--current {
  opacity: .65;
  color: #59665f;
}

.nav-link._3 {
  margin-left: 11px;
  padding: 2px 0 10px;
  font-weight: 600;
}

.nav-link.prop {
  display: none;
}

.nav-link.big {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6vw;
  line-height: .8vw;
}

.description {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
  position: absolute;
  inset: 0;
}

.description.prav {
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.description.prav.a {
  padding-top: 60px;
}

.description.centr {
  align-items: center;
}

.heading {
  color: #141414;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Jsn75 w, sans-serif;
  font-size: 3.8vw;
  line-height: 4.2vw;
}

.heading.dark {
  color: #f3f3f3;
}

.descript-text {
  color: #141414;
  width: 28vw;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 34px;
}

.descript-text.inside {
  width: auto;
  margin-bottom: 12px;
}

.descript-text.podzag {
  margin-top: 28px;
  font-size: 21px;
  font-weight: 700;
}

.infodiv {
  justify-content: space-between;
  align-items: flex-start;
  width: 92vw;
  max-width: 1600px;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #141414;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Jsn75 w, sans-serif;
  font-size: 2.8vw;
  line-height: 3vw;
}

.heading-2._2 {
  margin-bottom: 16px;
  margin-left: -2px;
  font-size: 52px;
  line-height: 52px;
}

.heading-2._3 {
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 40px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28%;
  display: block;
}

.icon-sm {
  align-items: flex-end;
  width: 114px;
  display: flex;
}

.icon-sm._2 {
  width: 104px;
}

.icon-sm._3 {
  width: 102px;
}

.all-projects {
  padding-top: 8vh;
  position: static;
}

.all-projects._2 {
  flex-direction: column;
  min-height: 92vh;
}

.project {
  z-index: 1;
  color: #141414;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 92vw;
  max-width: 1600px;
  margin-bottom: 8vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.project:hover {
  color: var(--black-os);
}

.img-proj {
  width: 75%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.img-proj._2 {
  float: right;
}

.text-proj {
  z-index: 3;
  float: none;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 60%;
  min-height: 270px;
  display: flex;
  position: absolute;
  top: 20%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 27px #0000000a;
}

.text-proj._2 {
  top: 20%;
  left: 0;
  right: auto;
}

.heading-3 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Jsn75 w, sans-serif;
  font-size: 39px;
  position: relative;
}

.row {
  width: 100%;
  margin-top: 16px;
}

.column {
  justify-content: flex-end;
  display: flex;
}

.line-color {
  background-color: #33333340;
  border-style: none;
  width: 127px;
  height: 3px;
  position: absolute;
}

.line-color._3 {
  width: 337px;
}

.line-color._2 {
  width: 148px;
}

.line-color._4 {
  width: 311px;
}

.line-color._5 {
  width: 201px;
}

.line-color._6 {
  width: 175px;
}

.line-color.via {
  z-index: auto;
  width: 151px;
}

.line-color.katari {
  width: 99px;
}

.line-color.pipe {
  width: 397px;
}

.line-color._7 {
  width: 183px;
}

.heading-inner {
  margin-bottom: 14px;
}

.img {
  width: 100%;
}

.nav-link-2 {
  color: #1f1f1f;
  margin-left: 16px;
  margin-right: -20px;
  padding: 15px 20px;
  line-height: 6px;
  position: static;
}

.navline {
  z-index: -1;
  color: #333;
  background-color: #344d40;
  height: 2px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.navline._2 {
  z-index: 0;
  margin-left: 0;
  margin-right: 0;
  bottom: 5px;
}

.menu-text {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}

.line-nav {
  z-index: 1;
  background-color: #344d40;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  position: relative;
}

.linenav2 {
  background-color: #a9b2ae;
  width: 20px;
  height: 2px;
  margin-top: 2px;
}

.popup-block {
  z-index: 9999;
  background-color: #0000001a;
  display: none;
  position: fixed;
  inset: 0;
}

.stretch-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 26px;
  padding-right: 5vw;
  display: flex;
}

.stretch-line {
  background-color: #fff;
  width: 8px;
  height: 2px;
  margin-bottom: 4px;
}

.wrup-popup {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.info-popup {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  width: 27vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.popup-link {
  color: #344d40;
  margin-bottom: 4vh;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-right: 110px;
  font-family: Jsn75 w, sans-serif;
  font-size: 2.2vw;
  line-height: 2vw;
  text-decoration: none;
  position: relative;
}

.popup-link._2 {
  padding-right: 0;
}

.popup-link.sel-prop {
  display: none;
}

.popup-link.sel {
  color: #9da7a2;
}

.line-popup {
  z-index: -1;
  background-color: #344d40;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.line-popup._2 {
  margin-right: 0;
}

.link-popupblock {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.close-block {
  z-index: -1;
  background-color: #0000;
  position: fixed;
  inset: 0;
}

.wrap-pos {
  flex-direction: column;
  align-items: flex-start;
  width: 86%;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.cross {
  color: #344d40;
  padding: 30px 40px;
  font-size: 4.5vw;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.cross:hover {
  opacity: 1;
  color: #2b7657;
}

.fon {
  z-index: 1;
  background-image: url('../images/Petrov1_1.webp');
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  inset: 0;
}

.fon._2 {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/Petrov2_1.webp');
  border-bottom-color: #f3f3f3;
}

.opit-button {
  z-index: 51;
  color: #f3f3f3;
  background-color: #141414;
  border-radius: 100px;
  padding: 14px 34px 18px;
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
  position: fixed;
  bottom: 16vh;
  left: 24vw;
}

.opit-button:hover {
  color: #141414;
  background-color: #ffffff4d;
  box-shadow: 0 0 6px #0000000f;
}

.opit-button.glavcentr {
  justify-content: center;
  width: 260px;
  margin: -1vh auto 8vh;
  display: flex;
  position: static;
}

.but-text {
  border-bottom: 2px dashed #f3f3f359;
  line-height: 22px;
}

.footer {
  justify-content: space-between;
  align-items: center;
  width: 92vw;
  max-width: 1600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer._2 {
  max-width: 92vw;
  margin-bottom: 0;
}

.topline {
  height: 1px;
}

.podnav {
  z-index: 999;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.wrap-pod-nav {
  z-index: 999;
  opacity: 0;
  height: 68px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.phone-te {
  display: inline-block;
}

.phone-te.big {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.phone {
  font-weight: 700;
}

.phone.big {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1vh;
  display: flex;
}

.navlink-mobile {
  display: none;
}

.div-block-3 {
  display: block;
}

.footer-wrap {
  z-index: 10;
  background-color: #ececec;
  padding-top: 48px;
  padding-bottom: 50px;
  position: relative;
}

.footer-wrap.black {
  color: #c3c3c3;
  background-color: #0000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-mobile-div {
  display: none;
}

.vnutr-razdel {
  height: 0;
  margin-top: 100vh;
  display: block;
}

.vnutr-razdel.project {
  margin-top: 0;
}

.text-block {
  width: 30vw;
  min-width: 500px;
}

.text-block.dark {
  color: #eee;
}

.cont-block {
  justify-content: space-between;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
  position: absolute;
  bottom: 4.5vh;
  left: 0;
  right: 0;
}

.mail-icon {
  width: 22px;
  display: none;
}

.mail-icon._2, .copy {
  display: inline-block;
}

.copy.last {
  margin-left: 6px;
}

.desctript {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 92vw;
  height: 100vh;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
  position: absolute;
}

.new-sec {
  height: 100vh;
  position: relative;
}

.cloud-block {
  z-index: -100;
  opacity: 0;
  background-image: url('../images/phrback_1.webp');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0;
}

.back-block {
  background-image: url('../images/photoretouch1b_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.back-block._2 {
  background-image: url('../images/photoretouch2b_1.webp');
}

.back-block._3 {
  background-image: url('../images/Rocket_1.webp');
}

.other {
  width: 92vw;
  max-width: 1700px;
  margin: 5vw auto 6.5vw;
}

.link-block {
  width: 32%;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.nom {
  z-index: 1;
  opacity: .6;
  color: #141414;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  font-family: Jsn75 w, sans-serif;
  font-size: 2.2vw;
  line-height: 2vw;
  display: flex;
  position: absolute;
  inset: 0;
}

.nom.dar {
  opacity: .6;
  color: #f3f3f3;
  background-color: #141414;
}

.centr-text {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-4 {
  opacity: .5;
}

.background-video-2 {
  align-items: center;
  width: 60vw;
  max-width: 1400px;
  margin-left: 3vw;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.video-auto {
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  display: flex;
  position: absolute;
}

.preloader-wrap {
  z-index: 999999;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.html-embed {
  display: inline-block;
}

.text-bl {
  width: 92vw;
  max-width: 1600px;
  margin-bottom: 4vh;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  width: 75%;
}

.bg-video {
  z-index: 49;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.ognerus {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.ognerus._2 {
  width: 100%;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.mobanimwrap, .proj-mob-wrap {
  display: none;
}

.preloader {
  width: 144px;
}

.div-block-18 {
  z-index: -1;
  background-color: #fff;
  width: 209px;
  height: 209px;
  margin-top: -176px;
  position: static;
  inset: 0% auto 0% 0%;
  transform: rotate(45deg);
}

.sec-wrap-project {
  height: 100vh;
  margin-bottom: 4vw;
  position: relative;
}

.project-fon {
  width: 100%;
  height: 100%;
}

.project-fon._1 {
  background-image: url('../images/GPA_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.project-fon.viadent {
  background-color: #cae3e0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-fon.belliss {
  background-color: #e3d9cf;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-fon.coyote {
  color: #fff;
  background-image: url('../images/coyote-glav_1.webp');
  background-position: 100% 0;
  background-size: cover;
}

.project-fon.criogaz {
  background-image: url('../images/kriogaz-glav_1.webp');
  background-position: 100%;
  background-size: cover;
}

.project-fon.alexa {
  background-color: #eaf0e2;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.project-fon.kataribeauty {
  background-image: url('../images/A-Katari-main_1.webp');
  background-position: 50%;
  background-size: cover;
}

.wrap-keis {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 100%;
  padding-bottom: 3vh;
  padding-left: 4vw;
  display: flex;
  position: absolute;
}

.wrap-keis.dark {
  color: #141414;
}

.opisanie-keisa {
  max-width: 700px;
  font-size: 23px;
  line-height: 36px;
}

.opisanie-keisa.white {
  color: #fff;
}

.pulka {
  opacity: .5;
  background-color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 14px;
  display: inline-block;
  transform: rotate(45deg);
}

.pulka.dark {
  background-color: #141414;
}

.stroka-text {
  display: inline-block;
}

.uslugi-wrap {
  opacity: .65;
  flex-wrap: wrap;
  margin-top: 26px;
  display: flex;
}

.uslugi-wrap.about {
  opacity: 1;
  margin-top: 16px;
}

.usluga {
  align-items: center;
  margin-bottom: 12px;
  margin-right: 40px;
  display: flex;
}

.site-link {
  background-color: #fff;
  margin-bottom: 26px;
  padding: 5px 14px 7px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.site-link:hover {
  color: #c5cec9;
  background-color: #1a1a1a;
}

.site-link.nn {
  display: none;
}

.svg-link {
  opacity: .85;
  width: 15px;
  margin-left: 12px;
}

.podrobnee {
  opacity: .65;
  margin-bottom: 4vw;
  margin-left: 4vw;
  font-size: 19px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.podrobnee.white {
  color: #fff;
}

.svg-icon2 {
  opacity: .8;
  width: 24px;
  margin-right: 8px;
}

.text-centr-wrap {
  width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.project-section {
  color: #fff;
  background-color: #1f1724;
  margin-top: 5vw;
  padding-top: 5vw;
  padding-bottom: 1vw;
  position: relative;
}

.project-section.viadent {
  color: #fff;
  background-color: #9ba1a1;
}

.project-section.coyote {
  background-color: #4c534e;
}

.project-section.belliss {
  background-color: #7a6a66;
}

.project-section.katari {
  background-color: #8d8d91;
}

.project-section.pipe {
  background-color: #f3f3f3;
  padding-top: 0;
}

.project-section.criogaz {
  background-color: #221f24;
}

.project-section.alex {
  background-color: #88a198;
}

.proj-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 92vw;
  max-width: 1680px;
  margin-bottom: 4.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.proj-wrap.photo {
  max-width: none;
  height: 46vw;
  position: relative;
}

.proj-wrap.video {
  height: 51.75vw;
  max-height: 957px;
  margin-bottom: 5vw;
}

.proj-wrap.video.hide {
  display: flex;
}

.proj-wrap.v {
  grid-column-gap: 4.5vw;
  grid-row-gap: 4.5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.desctop-wrap {
  width: 74%;
}

.desctop-wrap.left {
  margin-top: 20px;
}

.mobile {
  background-color: #ffffff1f;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 16px 3px;
  box-shadow: 0 3px 25px #00000014;
}

.mobile.prav {
  margin-top: -100px;
}

.mobile.nige {
  background-color: #ffffff1f;
  border-radius: 6px;
  margin-top: 160px;
}

.imgpr {
  width: 100%;
}

.project-box {
  z-index: 10;
  position: relative;
}

.vid-block {
  background-color: #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 92vw;
  max-width: 1408px;
  height: 20px;
  margin-top: 2.5vw;
  margin-left: auto;
  margin-right: auto;
}

.pimg-left1 {
  z-index: 9;
  width: 50vw;
  position: absolute;
  inset: 4vw 0% auto auto;
}

.pimg-left1.via {
  justify-content: flex-end;
  align-items: flex-end;
  height: 62vw;
  display: flex;
}

.pimg-left1.coyote {
  display: none;
}

.pimg-left1.belliss {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  top: 92vw;
}

.video-wrap {
  width: 92vw;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 3px 25px #00000014;
}

.pimg-prav1 {
  z-index: 9;
  width: 50vw;
  position: absolute;
  inset: 50vw auto auto 0%;
}

.pimg-prav1.coyote {
  display: none;
}

.pimg-prav2 {
  z-index: 9;
  width: 50vw;
  position: absolute;
  inset: auto 0% 4vw auto;
}

.pimg-prav2.via {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  bottom: 10vw;
}

.pimg-prav2.coyote {
  opacity: .06;
  width: 34vw;
  margin-right: 2vw;
  bottom: 6vw;
}

.bg2 {
  z-index: 0;
  opacity: 0;
  background-color: #002f49;
  position: absolute;
  inset: 0%;
}

.bg2.viadent {
  background-color: #d2e2e2;
}

.bg2.belliss {
  background-color: #faf1ea;
}

.bg2.coyote {
  background-color: #484d52;
}

.bg2.katari {
  background-color: #303030;
}

.bg2.alexa {
  background-color: #d6dfe4;
}

.bg2.ndh {
  background-color: #b5c5d2;
}

.bg3 {
  z-index: 2;
  opacity: 0;
  background-color: #0d302e;
  position: absolute;
  inset: 0%;
}

.bg3.viadent {
  background-color: #373b88;
}

.bg3.belliss {
  background-color: #68544f;
}

.bg3.coyote {
  background-color: #2c3f4e;
}

.bg3.katari {
  background-color: #3d3648;
}

.bg3.alexa {
  background-color: #5e6d75;
  inset: auto 0% 0%;
}

.viaanimat-wrap {
  justify-content: center;
  align-items: center;
  width: 58vw;
  height: 36vw;
  margin-right: 4vw;
  display: flex;
  position: relative;
}

.image-11 {
  width: 100%;
  padding: 6px;
}

.mobile-wrap {
  width: 23%;
}

.round {
  background-color: #b4b9b9;
  border-radius: 1000px 400px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  margin-right: 4vw;
  display: flex;
  transform: rotate(-9deg);
}

.star {
  width: 35vw;
  margin-right: 2vw;
}

.glav-kart {
  background-image: url('../images/bellissimo-glav_1.webp');
  background-position: 0%;
  background-size: cover;
  width: 60%;
  height: 100%;
}

.photo-wrap {
  width: 74%;
  position: static;
  inset: 0% auto auto 0%;
  box-shadow: 0 3px 25px #00000014;
}

.photo-wrap._2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.desctop {
  background-color: #ffffff1f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 40px;
  padding-top: 28px;
  box-shadow: 0 4px 25px #00000014;
}

.desctop._0 {
  margin-bottom: 0;
}

.curl2 {
  opacity: .06;
  width: 37vw;
  margin-right: 2vw;
}

.video-html {
  width: 110vh;
  height: 100vh;
}

.videofon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.videofon-wrap.vus {
  background-color: #d0d3da;
}

.videofon-wrap.ndh {
  background-image: url('../images/NDH-Colorado1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-wrap {
  width: 48.5%;
}

.html-embed-2 {
  flex: none;
  width: 100%;
  height: 100%;
}

.bg4 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.bg4.katari {
  background-color: #434449;
}

.bg4.pipe {
  background-color: #536974;
}

.bg4.ndh {
  background-color: #144dac;
}

.via {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.via._2 {
  z-index: 2;
  width: 70%;
  height: 100%;
}

.project-wrapvideo {
  position: relative;
}

.glavvideo-wrap {
  position: absolute;
  inset: 0%;
}

.wrap-vid {
  justify-content: flex-end;
  width: 92vw;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-vid._1 {
  justify-content: flex-start;
  align-items: center;
}

.vidblock-fon {
  background-color: #262335;
  justify-content: flex-end;
  width: 75%;
  height: 100%;
  display: flex;
}

.vidblock-fon.vus {
  background-color: #d0d3da;
}

.vidblock-fon.kat {
  justify-content: flex-start;
  align-items: center;
}

.html-embed-glavs {
  width: 80%;
  height: 100%;
}

.html-embed-glavs.vus {
  width: 65%;
}

.null {
  width: 0;
  height: 0;
}

.policy-div {
  width: 92vw;
  max-width: 920px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.policy-block {
  margin-bottom: 34px;
}

.heading-7 {
  color: #9aa1a8;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 36px;
  font-weight: 400;
  display: inline-block;
}

.heading-7._5 {
  color: #141414;
  margin-bottom: 12px;
  font-family: Jsn75 w, sans-serif;
  font-size: 23px;
  line-height: 24px;
}

.paragraph-2 {
  color: #141414;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-2.list {
  margin-left: 20px;
  line-height: 22px;
}

.sait-link-line {
  font-weight: 600;
  text-decoration: underline;
}

.masimg {
  width: 24px;
  margin-bottom: 2px;
  margin-right: 7px;
}

.messengers {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 3vh;
  display: flex;
}

.mas-text {
  text-decoration: underline;
  display: inline-block;
}

.menu-text-2 {
  display: inline-block;
}

.mas-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 19px;
}

.mas-link._2 {
  margin-right: 0;
}

.mas-link._1 {
  margin-left: 40px;
}

.bold-text {
  font-weight: 700;
}

.text-block-13 {
  max-width: 470px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.alexa {
  height: 96%;
}

.alexa-plav {
  height: 50%;
  margin-right: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-line {
  display: inline-block;
}

.adres {
  margin-bottom: 12px;
  display: block;
}

.section-3 {
  display: flex;
}

.div-block-23 {
  flex: 1;
}

.div-block-24 {
  display: none;
}

.city-block {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 3vh;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding: 0;
}

.text-block-14 {
  opacity: .5;
  margin-bottom: 20px;
}

.link-3 {
  margin-top: 14px;
  font-size: 18px;
  display: block;
}

.city-2 {
  background-image: url('../images/Belgrade_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 480px;
}

.img-40 {
  margin-bottom: 4.5vw;
}

@media screen and (max-width: 991px) {
  .section1 {
    display: none;
  }

  .section1._2 {
    display: block;
  }

  .anima, .anima3, .anima5, .anima7 {
    display: none;
  }

  .anima9 {
    display: block;
  }

  .aiwin11, .aiwin13, .aiwin15, .aiwin17, .aiwin19, .aiwin21, .aiwin23, .aiwin25, .aiwin27, .aiwin29, .aiwin31, .aiwin33, .aiwin35 {
    display: none;
  }

  .body {
    font-size: 18px;
    line-height: 25px;
  }

  .nav-link {
    display: none;
  }

  .nav-link._3 {
    display: inline-block;
  }

  .nav-link.big {
    font-size: 1.6em;
    display: block;
  }

  .description {
    z-index: 1;
    justify-content: flex-end;
    display: block;
    position: absolute;
    inset: 104vw 0% auto;
  }

  .description.prav {
    align-items: flex-start;
    margin-top: 36px;
    position: static;
  }

  .description.prav.a {
    padding-top: 0;
  }

  .description.centr {
    margin-top: 36px;
    position: static;
  }

  .heading {
    margin-bottom: 24px;
    font-size: 60px;
    line-height: 60px;
  }

  .heading.dark.rock {
    margin-top: 16px;
  }

  .descript-text {
    width: 92vw;
    font-size: 21px;
    line-height: 30px;
  }

  .descript-text.inside {
    width: auto;
  }

  .section-2 {
    position: static;
  }

  .infodiv {
    flex-direction: column;
    margin-top: 264px;
    position: static;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
  }

  .heading-2._2 {
    font-size: 44px;
    line-height: 46px;
  }

  .heading-2._3 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 50px;
    display: flex;
  }

  .icon-sm {
    flex: none;
    width: 108px;
    margin-right: 26px;
  }

  .icon-sm._2 {
    flex: none;
    width: 100px;
    margin-right: 34px;
  }

  .icon-sm._3 {
    width: 100px;
    margin-right: 34px;
  }

  .all-projects {
    padding-top: 36px;
  }

  .project {
    margin-bottom: 60px;
    line-height: 19px;
    display: none;
  }

  .text-proj {
    width: 48%;
    height: 80%;
    min-height: 120px;
    line-height: 18px;
    top: 10%;
  }

  .text-proj._2 {
    top: 10%;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .row {
    margin-top: 12px;
  }

  .line-color {
    width: 150px;
    height: 2px;
  }

  .heading-inner {
    margin-bottom: 8px;
  }

  .nav-link-2 {
    margin-right: -18px;
    display: none;
  }

  .stretch-block {
    padding-top: 27px;
  }

  .info-popup {
    width: 87vw;
    padding-left: 8vw;
  }

  .popup-link {
    text-align: left;
    padding-right: 0;
    font-size: 2.1em;
    line-height: .9em;
  }

  .line-popup {
    z-index: 0;
    margin-right: 0;
  }

  .link-popupblock {
    align-items: flex-start;
  }

  .cross {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 3.8em;
  }

  .fon, .fon._2, .opit-button {
    display: none;
  }

  .opit-button.glavcentr {
    margin-top: -8px;
    margin-bottom: 52px;
  }

  .footer._2 {
    flex-flow: column;
  }

  .phone-te {
    display: none;
  }

  .phone.big {
    margin-bottom: 8px;
  }

  .navlink-mobile {
    margin-left: 16px;
    margin-right: -18px;
    padding: 15px 20px;
    line-height: 6px;
    display: block;
  }

  .footer-wrap {
    margin-top: 48px;
  }

  .footer-wrap.black {
    margin-top: 24px;
    position: static;
  }

  .img-mobile-div {
    background-image: linear-gradient(#fff0, #ffffffbf);
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }

  .img-mobile-div._2 {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .img-mobile-div._2._3d {
    display: none;
  }

  .vnutr-razdel {
    height: 68px;
    margin-top: 0;
    display: block;
  }

  .vnutr-razdel.project {
    margin-bottom: 0;
  }

  .text-block {
    width: 100%;
  }

  .cont-block {
    align-items: center;
    margin-left: 8vw;
    bottom: 4.5vh;
  }

  .mail-icon {
    margin-bottom: 2px;
  }

  .desctript {
    height: auto;
    margin-top: 36px;
    position: static;
  }

  .new-sec {
    height: auto;
    margin-top: 68px;
  }

  .new-sec.rock {
    background-image: url('../images/Rocket_1.webp');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
    margin-top: 46px;
    display: flex;
    position: relative;
  }

  .back-block {
    display: none;
  }

  .other {
    margin-top: 68px;
    margin-bottom: 80px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .nom {
    padding-bottom: 4px;
    font-size: 22px;
    line-height: 22px;
  }

  .nom.dar {
    font-size: 1.2em;
  }

  .centr-text {
    margin-bottom: 20px;
  }

  .video-auto {
    justify-content: center;
    height: 500px;
    position: static;
  }

  .text-bl {
    margin-bottom: 32px;
  }

  .paragraph {
    width: 100%;
  }

  .bg-video {
    display: none;
    overflow: hidden;
  }

  .ognerus._2 {
    height: 60%;
  }

  .mobanimwrap {
    z-index: -10;
    width: 100vw;
    height: 100vw;
    margin-top: 30px;
    display: block;
    position: sticky;
    top: 0;
  }

  .maiwin {
    z-index: 5;
    background-image: url('../images/aimob05_1.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .maiwin._6 {
    z-index: 6;
    opacity: 0;
    background-image: url('../images/aimob06_1.webp');
    background-size: cover;
  }

  .maiwin._7 {
    z-index: 7;
    opacity: 0;
    background-image: url('../images/aimob07_1.webp');
    background-size: cover;
  }

  .maiwin._8 {
    z-index: 8;
    opacity: 0;
    background-image: url('../images/aimob08_1.webp');
    background-size: cover;
  }

  .maiwin._9 {
    z-index: 9;
    opacity: 0;
    background-image: url('../images/aimob09_1.webp');
    background-size: cover;
  }

  .maiwin._10 {
    z-index: 10;
    opacity: 0;
    background-image: url('../images/aimob10_1.webp');
    background-size: cover;
  }

  .maiwin._11 {
    z-index: 11;
    opacity: 0;
    background-image: url('../images/aimob11_1.webp');
    background-size: cover;
  }

  .maiwin._12 {
    z-index: 12;
    opacity: 0;
    background-image: url('../images/aimob12_1.webp');
    background-size: cover;
  }

  .maiwin._13 {
    z-index: 13;
    opacity: 0;
    background-image: url('../images/aimob13_1.webp');
    background-size: cover;
  }

  .maiwin._14 {
    z-index: 14;
    opacity: 0;
    background-image: url('../images/aimob14_1.webp');
    background-size: cover;
  }

  .maiwin._15 {
    z-index: 15;
    opacity: 0;
    background-image: url('../images/aimob15_1.webp');
    background-size: cover;
  }

  .maiwin._16 {
    z-index: 16;
    opacity: 0;
    background-image: url('../images/aimob16_1.webp');
    background-size: cover;
  }

  .maiwin._17 {
    z-index: 17;
    opacity: 0;
    background-image: url('../images/aimob17_1.webp');
    background-size: cover;
  }

  .maiwin._18 {
    z-index: 18;
    opacity: 0;
    background-image: url('../images/aimob18_1.webp');
    background-size: cover;
  }

  .maiwin._19 {
    z-index: 19;
    opacity: 0;
    background-image: url('../images/aimob19_1.webp');
    background-size: cover;
  }

  .maiwin._20 {
    z-index: 20;
    opacity: 0;
    background-image: url('../images/aimob20_1.webp');
    background-size: cover;
  }

  .maiwin._21 {
    z-index: 21;
    opacity: 0;
    background-image: url('../images/aimob21_1.webp');
    background-size: cover;
  }

  .maiwin._22 {
    z-index: 22;
    opacity: 0;
    background-image: url('../images/aimob22_1.webp');
    background-size: cover;
  }

  .maiwin._23 {
    z-index: 23;
    opacity: 0;
    background-image: url('../images/aimob23_1.webp');
    background-size: cover;
  }

  .maiwin._24 {
    z-index: 24;
    opacity: 0;
    background-image: url('../images/aimob24_1.webp');
    background-size: cover;
  }

  .maiwin._25 {
    z-index: 25;
    opacity: 0;
    background-image: url('../images/aimob25_1.webp');
    background-size: cover;
  }

  .maiwin._26 {
    z-index: 26;
    opacity: 0;
    background-image: url('../images/aimob26_1.webp');
    background-size: cover;
  }

  .maiwin._27 {
    z-index: 27;
    opacity: 0;
    background-image: url('../images/aimob27_1.webp');
    background-size: cover;
  }

  .maiwin._28 {
    z-index: 28;
    opacity: 0;
    background-image: url('../images/aimob28_1.webp');
    background-size: cover;
  }

  .maiwin._29 {
    z-index: 29;
    opacity: 0;
    background-image: url('../images/aimob29_1.webp');
    background-size: cover;
  }

  .maiwin._30 {
    z-index: 30;
    opacity: 0;
    background-image: url('../images/aimob30_1.webp');
    background-size: cover;
  }

  .maiwin._31 {
    z-index: 31;
    opacity: 0;
    background-image: url('../images/aimob31_1.webp');
    background-size: cover;
  }

  .maiwin._32 {
    z-index: 32;
    opacity: 0;
    background-image: url('../images/aimob32_1.webp');
    background-size: cover;
  }

  .maiwin._33 {
    z-index: 33;
    opacity: 0;
    background-image: url('../images/aimob33_1.webp');
    background-size: cover;
  }

  .maiwin._34 {
    z-index: 34;
    opacity: 0;
    background-image: url('../images/aimob34_1.webp');
    background-size: cover;
  }

  .maiwin._35 {
    z-index: 35;
    opacity: 0;
    background-image: url('../images/aimob35_1.webp');
    background-size: cover;
  }

  .maiwin._36 {
    z-index: 36;
    opacity: 0;
    background-image: url('../images/aimob36_1.webp');
    background-size: cover;
  }

  .proj-mob-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92vw;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .project-mob {
    color: #141414;
    background-color: #fff;
    width: 48%;
    margin-bottom: 32px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 1px 12px #0000000a;
  }

  .div-block-16 {
    margin: 22px 24px 24px;
  }

  .img-m {
    width: 100%;
  }

  .preloader {
    width: 120px;
  }

  .div-block-18 {
    width: 174px;
    height: 174px;
    margin-top: -147px;
  }

  .sec-wrap-project {
    margin-bottom: 60px;
  }

  .project-fon.viadent {
    align-items: flex-start;
    padding-top: 8vh;
  }

  .project-fon.belliss {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .project-fon.coyote {
    background-image: url('../images/coyote-glavmob_1.webp');
    background-position: 50% 0;
    background-size: cover;
  }

  .project-fon.criogaz {
    background-image: url('../images/kriogaz-glavmob_2.webp');
  }

  .project-fon.alexa {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 4vw;
  }

  .wrap-keis {
    align-items: flex-end;
    width: 96%;
    padding-bottom: 17vh;
  }

  .opisanie-keisa {
    font-size: 20px;
    line-height: 26px;
  }

  .uslugi-wrap {
    margin-top: 16px;
  }

  .site-link {
    margin-bottom: 20px;
  }

  .podrobnee {
    margin-bottom: 52px;
  }

  .podrobnee.white {
    margin-bottom: 70px;
  }

  .text-centr-wrap {
    width: 92vw;
  }

  .project-section {
    margin-top: 68px;
    padding-top: 68px;
    padding-bottom: 30px;
  }

  .proj-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .proj-wrap.video {
    margin-bottom: 54px;
  }

  .proj-wrap.v {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .desctop-wrap.left {
    padding-top: 0;
  }

  .mobile {
    margin-bottom: 28px;
    padding: 9px 2px;
  }

  .mobile.prav {
    margin-top: -40px;
  }

  .vid-block {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 12px;
    margin-top: 40px;
  }

  .pimg-left1 {
    top: 25vw;
  }

  .pimg-prav1 {
    top: 70vw;
  }

  .viaanimat-wrap {
    width: 92vw;
    height: 56vw;
  }

  .glav-kart {
    background-position: 0 100%;
    width: 100%;
    height: 70%;
  }

  .desctop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 28px;
    padding-top: 16px;
    box-shadow: 0 3px 25px #00000014;
  }

  .video-html {
    width: 100vw;
    height: auto;
    margin-top: 20px;
  }

  .video-html.vus {
    margin-top: 0;
  }

  .videofon-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .project-wrapvideo {
    display: none;
  }

  .html-embed-glavs.mob {
    z-index: 1;
    width: 100%;
    height: auto;
    position: absolute;
  }

  .policy-div {
    margin-top: 20px;
    margin-bottom: 90px;
  }

  .heading-7 {
    margin-bottom: 4px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .video-mob-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .link-block-7 {
    z-index: 10;
    color: #141414;
    text-decoration: none;
    position: relative;
  }

  .messengers {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mas-link {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .mas-link._1 {
    margin-left: 0;
  }

  .text-block-13 {
    margin-bottom: 10px;
  }

  .alexa {
    width: 90%;
    height: auto;
  }

  .alexa-plav {
    height: 30%;
    margin-bottom: 37vh;
    inset: auto auto 0% 0%;
  }

  .city-block {
    margin-bottom: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-25 {
    text-align: center;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .navbar.white {
    padding-bottom: 0;
  }

  .brand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 140px;
    margin-top: 12px;
    padding-left: 0;
    display: block;
  }

  .body {
    font-size: 17px;
    line-height: 22px;
  }

  .description {
    top: 100px;
  }

  .description.prav, .description.centr {
    margin-top: 34px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .descript-text {
    width: 52vw;
    font-size: 17px;
    line-height: 24px;
  }

  .descript-text.inside {
    font-size: 16px;
    line-height: 24px;
  }

  .infodiv {
    width: 56vw;
    min-width: 284px;
    margin-top: 0;
    margin-left: 4vw;
    margin-right: 0;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-2._2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 36px;
  }

  .heading-2._3 {
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-2 {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .icon-sm {
    width: 76px;
    margin-top: 7px;
  }

  .icon-sm._2, .icon-sm._3 {
    width: 68px;
  }

  .all-projects {
    padding-top: 34px;
  }

  .project {
    margin-bottom: 40px;
  }

  .img-proj {
    width: 100%;
  }

  .text-proj {
    width: 60%;
    height: 10%;
    min-height: 40px;
    inset: auto auto 0% 0;
  }

  .text-proj._2 {
    top: auto;
    bottom: 0%;
    left: 0;
  }

  .heading-3 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 25px;
  }

  .row {
    display: none;
  }

  .line-color {
    width: 440px;
    margin-top: 8px;
    margin-left: -40px;
    display: block;
  }

  .line-color._3 {
    width: 440px;
  }

  .line-color._2 {
    width: 440px;
    margin-left: -40px;
  }

  .line-color._4, .line-color._5 {
    width: 440px;
  }

  .menu-text {
    font-size: 15px;
  }

  .stretch-block {
    padding-top: 16px;
  }

  .popup-link {
    margin-bottom: 4vh;
    margin-right: 30px;
    font-size: 1.8em;
    line-height: .9em;
  }

  .link-popupblock {
    flex-flow: wrap;
  }

  .cross {
    padding: 20px 22px;
    font-size: 3.5em;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    height: 110px;
    font-size: 15px;
  }

  .footer._2 {
    height: auto;
  }

  .phone {
    color: #344d40;
    text-decoration: underline;
  }

  .phone.big {
    text-decoration: none;
  }

  .navlink-mobile {
    margin-right: -14px;
    padding-top: 11px;
  }

  .footer-wrap {
    margin-top: 42px;
  }

  .img-mobile-div._2._3d {
    display: block;
  }

  .vnutr-razdel {
    height: 60px;
  }

  .text-block {
    min-width: auto;
  }

  .text-block._3d {
    margin-top: -20px;
  }

  .copy {
    margin-bottom: 4px;
  }

  .new-sec {
    margin-top: 60px;
  }

  .new-sec.rock {
    margin-top: 40px;
  }

  .other {
    margin-top: 62px;
    margin-bottom: 56px;
  }

  .link-block {
    width: 100%;
    margin-bottom: 28px;
  }

  .div-block-7 {
    flex-direction: column;
    margin-top: 6px;
  }

  .nom {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 30px;
  }

  .nom.dar {
    font-size: 30px;
  }

  .video-auto {
    display: none;
  }

  .text-bl {
    margin-bottom: 20px;
  }

  .paragraph, .ognerus {
    width: 100%;
  }

  .ognerus._2 {
    height: 100%;
  }

  .mobanimwrap {
    justify-content: flex-end;
    width: 100vw;
    height: 50vw;
    margin-top: 0;
    display: flex;
  }

  .maiwin {
    width: 50%;
  }

  .preloader {
    width: 102px;
  }

  .div-block-18 {
    width: 148px;
    height: 148px;
    margin-top: -125px;
  }

  .project-fon.viadent {
    align-items: center;
    padding-top: 0;
  }

  .project-fon.criogaz {
    background-image: url('../images/kriogaz-glavmob_1.webp');
  }

  .project-fon.alexa {
    justify-content: flex-end;
  }

  .wrap-keis {
    align-items: center;
    width: 96%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .opisanie-keisa {
    font-size: 18px;
    line-height: 24px;
    position: relative;
  }

  .opisanie-keisa.white {
    position: relative;
  }

  .site-link {
    padding-left: 11px;
    padding-right: 11px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .svg-link {
    margin-left: 8px;
  }

  .podrobnee, .podrobnee.white {
    margin-bottom: 20px;
  }

  .project-section {
    padding-bottom: 14px;
  }

  .proj-wrap.video {
    margin-bottom: 58px;
  }

  .mobile {
    border-radius: 4px;
    margin-bottom: 22px;
    padding: 5px 1px;
    box-shadow: 0 3px 20px #00000014;
  }

  .vid-block {
    height: 8px;
  }

  .viaanimat-wrap {
    width: 58vw;
    height: 36vw;
  }

  .round {
    width: 60vw;
    height: 60vw;
    margin-right: 8vw;
  }

  .glav-kart {
    background-position: 0%;
    height: 100%;
  }

  .desctop {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 22px;
    padding-top: 10px;
    box-shadow: 0 3px 20px #00000014;
  }

  .video-html {
    width: 110vh;
    height: 100vh;
    margin-top: 0;
  }

  .videofon-wrap {
    flex-direction: row;
    justify-content: flex-end;
  }

  .policy-div {
    margin-bottom: 80px;
  }

  .heading-7 {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .alexa {
    width: auto;
    height: 96%;
  }

  .alexa-plav {
    height: 40%;
    margin-bottom: 5vh;
    inset: auto 0% 0% auto;
  }

  .city-2 {
    height: 340px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 140px;
  }

  .body {
    font-size: 16px;
    line-height: 22px;
  }

  .description {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    top: 105vw;
  }

  .description.prav, .description.centr {
    margin-top: 26px;
  }

  .descript-text {
    width: 92vw;
    font-size: 16px;
    line-height: 21px;
    display: none;
  }

  .descript-text.inside {
    font-size: 15px;
    line-height: 20px;
    display: block;
  }

  .section-2 {
    position: static;
  }

  .infodiv {
    flex-direction: column;
    width: 92vw;
    margin-top: 94px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .heading-2._2 {
    font-size: 34px;
    line-height: 34px;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 28px;
  }

  .icon-sm {
    width: 78px;
  }

  .icon-sm._2, .icon-sm._3 {
    width: 70px;
  }

  .all-projects {
    padding-top: 26px;
  }

  .project {
    margin-bottom: 32px;
  }

  .text-proj {
    width: 78%;
    min-height: 36px;
  }

  .popup-link {
    font-size: 2em;
    line-height: .9em;
  }

  .link-popupblock {
    flex-direction: column;
    font-size: 13px;
    line-height: 15px;
  }

  .cross {
    padding: 17px 18px;
    font-size: 3.2em;
  }

  .footer {
    height: 154px;
  }

  .navlink-mobile {
    margin-right: -12px;
  }

  .div-block-3 {
    width: 80%;
    display: inline-block;
  }

  .footer-wrap {
    margin-top: 32px;
  }

  .mail-icon {
    margin-bottom: 3px;
  }

  .copy {
    margin-bottom: 5px;
  }

  .new-sec.rock {
    background-position: 50%;
  }

  .nom {
    padding-bottom: 8px;
    font-size: 26px;
    line-height: 26px;
  }

  .nom.dar {
    font-size: 26px;
  }

  .ognerus._2 {
    height: 60%;
    inset: 0% 0% auto;
  }

  .mobanimwrap {
    height: 100vw;
    margin-top: 20px;
    display: block;
  }

  .maiwin {
    width: 100%;
  }

  .proj-mob-wrap {
    flex-direction: column;
  }

  .project-mob {
    width: 100%;
  }

  .project-fon.viadent {
    align-items: flex-start;
    padding-top: 8vh;
  }

  .project-fon.alexa {
    justify-content: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-keis {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 17vh;
  }

  .usluga {
    margin-bottom: 8px;
  }

  .site-link {
    position: static;
  }

  .podrobnee, .podrobnee.white {
    margin-bottom: 52px;
  }

  .project-section {
    padding-bottom: 50px;
  }

  .proj-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 38px;
    margin-bottom: 0;
  }

  .proj-wrap._2 {
    margin-top: 0;
  }

  .proj-wrap._3 {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .proj-wrap.photo {
    align-items: stretch;
    height: 84vw;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .proj-wrap.video {
    margin-bottom: 20px;
  }

  .desctop-wrap {
    width: 100%;
  }

  .desctop-wrap.left {
    margin-top: 0;
  }

  .mobile {
    width: 100%;
    margin-top: 0;
  }

  .mobile.prav, .mobile.nige {
    margin-top: 0;
  }

  .vid-block {
    height: 6px;
  }

  .pimg-left1 {
    width: 100vw;
    top: 145vw;
  }

  .pimg-left1.via {
    top: 320vw;
  }

  .pimg-left1.belliss {
    top: 330vw;
  }

  .pimg-prav1 {
    width: 100vw;
    top: 320vw;
  }

  .pimg-prav2 {
    width: 100vw;
  }

  .pimg-prav2.coyote {
    width: 96vw;
  }

  .viaanimat-wrap {
    width: 92vw;
    height: 56vw;
  }

  .mobile-wrap {
    width: 70%;
  }

  .round {
    width: 84vw;
    height: 96vw;
    margin-left: 8vw;
  }

  .star {
    width: 96vw;
    margin-bottom: 177px;
  }

  .glav-kart {
    background-position: 0 100%;
    height: 68%;
  }

  .photo-wrap {
    width: 88%;
  }

  .desctop {
    padding-top: 8px;
  }

  .desctop._0 {
    margin-bottom: 22px;
  }

  .curl2 {
    width: 92vw;
  }

  .video-html {
    width: 100vw;
    height: auto;
    margin-top: 16px;
  }

  .videofon-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .img-wrap {
    width: 100%;
    margin-bottom: 22px;
  }

  .policy-div {
    margin-bottom: 80px;
  }

  .heading-7 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-7._5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

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

  .text-block-13 {
    font-size: 14px;
    line-height: 18px;
  }

  .alexa {
    width: 90%;
    height: auto;
  }

  .alexa-plav {
    width: 40%;
    height: auto;
    margin-bottom: 42vh;
    inset: auto auto 0% 0%;
  }

  .adres {
    align-items: flex-start;
    display: flex;
  }

  .city-block {
    flex-direction: column;
  }

  .city-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

#w-node-a2f61958-24ca-4ebc-105f-ecfaf2a5870c-2b542755, #w-node-b7c6e6db-b53e-4ca2-7989-f3b36efe8faf-2b542755 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-a2f61958-24ca-4ebc-105f-ecfaf2a5870c-2b542755, #w-node-b7c6e6db-b53e-4ca2-7989-f3b36efe8faf-2b542755 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Jsn75 w';
  src: url('../fonts/JSN75__W.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}