:root {
  --color-white: #fff;
  --color-black: #000;
  --color-text: rgba(163, 163, 163, 1);
  --color-accent: rgba(7, 116, 229, 1);
  --color-descr: rgba(26, 26, 26, 1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html.menu-open {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: "gillroy", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 18px;
  color: var(--color-text);
}

body._lock {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);
  height: 100%;
  position: fixed;
  width: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body._lock .wrapper {
  overflow: hidden;
}

@media (min-width: 769px) {
  body.preloader-active .wrapper {
    visibility: hidden;
    opacity: 0;
  }
}

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 650px) {
  .main .hero {
    order: 1;
  }
  .main .menu-body {
    order: 2;
  }
}

[class*=__container] {
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(12px, 0.5rem + 0.83vw, 20px);
}

.grid {
  display: grid;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.67%;
}

.col-3 {
  width: 24.99%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 46.47%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.67%;
}

.col-12 {
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
}

.accent {
  color: var(--color-accent);
}

.btn {
  color: #fff;
  background-color: #0774E5;
  border-radius: 4px;
  padding: 14px 22px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-btn {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

@media (max-width: 650px) {
  .detail-btn {
    display: none !important;
  }
}

.hero-footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: initial;
  z-index: 4;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 650px) {
  body.preloader-active .hero-footer {
    opacity: 0;
    visibility: hidden;
  }
}

.header-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}

.header-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-breadcrumbs__value {
  font-weight: 400;
}

.header-breadcrumbs__name {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 650px) {
  .menu-projects__btn {
    width: 100%;
  }
  .header-breadcrumbs__item:not(:first-child) {
    display: none;
  }
  .header-breadcrumbs__doth {
    display: none;
  }
}

@font-face {
  font-family: "gillroy";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/ttf/gilroy-regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "gillroy";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/ttf/gilroy-semibold.ttf");
  font-display: swap;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-text: rgba(163, 163, 163, 1);
  --color-accent: rgba(7, 116, 229, 1);
  --color-descr: rgba(26, 26, 26, 1);
}

.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 650px) {
  body.preloader-active .header {
    opacity: 0;
    visibility: hidden;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}

.header-burger span, .header-burger::after, .header-burger::before {
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 20px;
  transition: all 0.2s ease 0s;
}

.header-burger span {
  transform: scale(1) translate(-50%, -50%);
}

.header-burger::after, .header-burger::before {
  content: "";
}

.header-burger::before {
  top: 16px;
}

.header-burger::after {
  top: 28px;
}

.header-burger.active::before {
  top: 21px;
  left: 12px;
  transform: rotate(-45deg);
}

.header-burger.active::after {
  top: 21px;
  left: 12px;
  transform: rotate(45deg);
}

.header-burger.active span {
  transform: scale(0);
}

.header-icon {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 10000;
  transition: background-color 0.2s ease;
}

.header-icon:hover {
  background-color: rgb(0, 0, 0);
}

@media (max-width: 650px) {
  .header-icon {
    display: none;
  }
}

.header-instruments {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 650px) {
  .header-instruments {
    display: none;
  }
}

.header-zoom svg {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header-zoom svg:first-child {
  opacity: 1;
  visibility: visible;
}

.header-zoom.active svg:first-child {
  opacity: 0;
  visibility: hidden;
}

.header-zoom.active svg:last-child {
  opacity: 1;
  visibility: visible;
}

.header-invise svg {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header-invise svg:first-child {
  opacity: 1;
  visibility: visible;
}

.header-invise.active svg:first-child {
  opacity: 0;
  visibility: hidden;
}

.header-invise.active svg:last-child {
  opacity: 1;
  visibility: visible;
}

.menu-projects__head {
  font-size: 16px;
  color: var(--color-accent);
  font-weight: 600;
}

.menu-projects__adress {
  color: rgb(163, 163, 163);
  font-size: 14px;
  position: relative;
}

.menu-projects__adress::after {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #e4e4e4;
  content: "";
}

.menu-projects__subhead {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  color: #1A1A1A;
  padding-left: 80px;
  padding-right: 30px;
}

@media (max-width: 650px) {
  .menu-projects__subhead {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.menu-projects__info {
  margin-bottom: 28px;
  padding-left: 80px;
  padding-right: 30px;
}

@media (max-width: 650px) {
  .menu-projects__info {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.menu-projects__title {
  color: #1A1A1A;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.menu-projects__descr {
  color: #A3A3A3;
  margin-bottom: 16px;
  font-size: 16px;
  display: inline-block;
}

.menu {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
}

.menu-body {
  position: fixed;
  top: 0;
  left: -30vw;
  width: 30vw;
  height: 100vh;
  max-height: 100vh;
  background-color: white;
  transition: left 0.2s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 100px;
  padding-bottom: 30px;
  touch-action: pan-y;
}

.menu-body.active {
  left: 0;
}

@media (max-width: 1100px) {
  .menu-body {
    left: -40vw;
    width: 40vw;
  }
}

@media (max-width: 796px) {
  .menu-body {
    left: -50vw;
    width: 50vw;
  }
}

@media (max-width: 650px) {
  .menu-body {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    top: -20px !important;
    left: 0 !important;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 18px;
    padding-bottom: 0px;
    z-index: 1000;
    display: block;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    background-color: white;
  }
  .menu-body.active {
    display: block;
  }
  .main .menu-body {
    order: 2;
  }
}

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

@media (max-width: 650px) {
  .menu-list {
    height: 100%;
    justify-content: space-between;
    overflow: auto;
  }
}

.menu-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 80px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s ease;
  position: relative;
}

@media (max-width: 650px) {
  .menu-link {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu-link:hover {
  background-color: #e6f1fc;
}

.hero {
  height: 100vh;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 650px) {
  body.preloader-active .hero__bg {
    opacity: 0;
    visibility: hidden;
  }
}

.hero__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero__viewer-360 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__viewer-360-lq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

body.preloader-active .hero__viewer-360-lq {
  opacity: 0;
  visibility: hidden;
}

.hero__viewer-360-lq__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__viewer-360-lq__img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: fill;
  object-fit: fill;
  transform: scale(10);
  transform-origin: 0 0;
  left: 0;
  top: 0;
  opacity: 1;
  display: block;
}

.hero__viewer-360-mq-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero__viewer-360-mq-frame__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  display: block;
}

.hero__viewer-360-mq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.hero__viewer-360-mq__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  display: none;
  pointer-events: none;
}

.hero__viewer-360-mq__image--visible {
  opacity: 1;
  display: block;
}

.hero__viewer-360-hq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.hero__viewer-360-hq__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  display: block;
}

.hero-nav {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  display: flex;
  align-items: center;
  gap: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 650px) {
  .hero-nav {
    width: 100%;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
  }
}

body.preloader-active .hero-nav {
  opacity: 0;
  visibility: hidden;
}

.hero-nav__icon {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.hero-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

body.preloader-active .hero-labels {
  opacity: 0;
  visibility: hidden;
}

.hero-label {
  --hero-label-pointer-width: 17px;
  --hero-label-pointer-height: 25px;
  --hero-label-pointer-right: 0px;
  --hero-label-pointer-bottom: -20px;
  --hero-label-pointer-circle-x: 13.732px;
  --hero-label-pointer-circle-y: 21.783px;
  position: absolute;
  width: var(--hero-label-pointer-width);
  height: var(--hero-label-pointer-height);
  pointer-events: none;
  cursor: pointer;
}

@media (max-width: 650px) {
  .hero-label::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: var(--hero-label-pointer-circle-x);
    top: var(--hero-label-pointer-circle-y);
    transform: translate(-50%, -10%);
    border-radius: 50%;
    background: transparent;
    pointer-events: auto;
    z-index: 1;
  }
}

.hero-label__pointer {
  position: absolute;
  bottom: var(--hero-label-pointer-bottom);
  right: var(--hero-label-pointer-right);
  width: var(--hero-label-pointer-width);
  height: var(--hero-label-pointer-height);
  z-index: -1;
  pointer-events: auto;
}

.hero-label__pointer svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-label__content {
  --hero-label-shift-x: 0px;
  position: absolute;
  bottom: -4px;
  left: -30px;
  transform: translate(calc(10% + var(--hero-label-shift-x)), 0) scale(0.8);
  transform-origin: bottom center;
  background-color: white;
  border-radius: 4px;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s ease;
  min-width: max-content;
  z-index: 2;
}

@media (max-width: 650px) {
  .hero-label__content {
    opacity: 0;
    pointer-events: none;
  }
}

#label-1 .hero-label__content,
#label-5 .hero-label__content {
  transform: translate(calc(-50% + var(--hero-label-shift-x)), 0) scale(0.8);
}

.hero-label.active .hero-label__content {
  opacity: 1;
  pointer-events: auto;
}

.hero-label__head {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-accent);
}

.hero-label#label-1 .hero-label__head {
  color: #000;
}

.hero-label__adress {
  font-size: 12px;
  color: rgb(163, 163, 163);
}

.hero-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  background-color: rgba(7, 116, 229, 0.4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 650px) {
  .hero-preloader {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}

.hero-preloader--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-preloader__bg-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-clip-path: var(--clip-path, polygon(50% 50%, 50% 0%, 50% 0%, 50% 50%));
          clip-path: var(--clip-path, polygon(50% 50%, 50% 0%, 50% 0%, 50% 50%));
  z-index: 0;
}

.hero-preloader__svg {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 160px;
  width: clamp(80px, 0.886rem + 10.13vw, 160px);
  height: 160px;
  height: clamp(80px, 0.886rem + 10.13vw, 160px);
}

.hero-preloader__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 116, 229, 0.4);
}

.hero-preloader__wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 650px) {
  .hero-preloader__wrapp {
    margin-bottom: 20px;
  }
}

.hero-preloader__title {
  font-size: 30px;
  font-size: clamp(22px, 0.964rem + 1.01vw, 30px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 60px;
  margin-bottom: clamp(20px, -0.807rem + 5.06vw, 60px);
}

.hero-preloader__text {
  max-width: 250px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: clamp(16px, 0.794rem + 0.51vw, 20px);
  line-height: 130%;
}

@media (max-width: 650px) {
  .hero-preloader__text {
    max-width: 230px;
  }
}

.hero-preloader__wrapp {
  position: relative;
}

.hero-preloader__circle {
  position: relative;
  width: 160px;
  width: clamp(80px, 0.886rem + 10.13vw, 160px);
  height: 160px;
  height: clamp(80px, 0.886rem + 10.13vw, 160px);
  margin-bottom: 60px;
  margin-bottom: clamp(20px, -0.807rem + 5.06vw, 60px);
}

@media (max-width: 650px) {
  .hero {
    height: 80vw;
  }
  .hero-nav {
    bottom: 10px;
  }
  .pointer-line {
    display: none;
  }
}

.footer {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  body.preloader-active .footer {
    opacity: 0;
    visibility: hidden;
  }
}