@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

/* -------------------------- HEAD ------------------------- */

.mobile_menu {
  display: none;
}

.main-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.main_screen {
  background-color: #1e1e1e;
  display: flex;
  justify-items: center;
  align-items: start;
  width: 100%;

}

.main_screen .main_screen__wrap {
  background-color: #1e1e1e;
  width: 100%;
  position: relative;
}

.main_screen .overlap {
  display: flex;
  flex-direction: column;
  background-image: url(/img/background-image.png);
  height: 100vh;
  background-position-y: -20vh;
}

.overlap_head {
  z-index: 1;
  display: flex;
  width: 90%;
  max-width: 1680px;
  margin: auto;
  padding-top: 21px;
  justify-content: space-between;
  align-items: center;
}

.main_screen .element {
  width: 132px;
  height: 87px;
  overflow: hidden;
}

.main_screen .phone-number {
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.40px;
  line-height: normal;
  white-space: nowrap;
}

.main_screen .overlap-group {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  width: 90%;
  margin: auto;
  touch-action: manipulation;
  pointer-events: auto;
}

/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */

.video-window {
  position: absolute;
  top: 20vh;
  left: 50vw;
  width: 140px;
  height: 275px;
  overflow: hidden;
  z-index: 1;
  border-bottom-right-radius: 32px;
  border-top-left-radius: 32px;
  align-self: center;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.video-window-fix {
  position: absolute;
  top: 20vh;
  left: 50vw;
  width: 140px;
  height: 275px;
  z-index: 50;
  /* Очень высокий z-index для дублера */
  border-bottom-right-radius: 32px;
  border-top-left-radius: 32px;
  cursor: pointer;
  pointer-events: auto;
  /* Включаем события для дублера */
}

#myVideo_pc {
  width: calc(100vw - var(--scrollbar-width, 0px));
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: -20vh;
  margin-left: -50vw;
}

#myVideo_mobile {
  display: none;
}

.video-window-fix:hover+.video-window,
.video-window:hover {
  overflow: visible;
}

.video-window-fix:hover {
  border: 2px solid rgb(134, 32, 117);
}

/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */

.main_screen .title {
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-size: 7vw;
  line-height: 130%;
  font-family: "Cygre Medium-Medium";
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

.main_screen .title span {
  width: fit-content;
}

.overlap-2 {
  position: relative;
  display: flex;
  width: 100%;
  margin: 30px auto 0 auto;
  max-width: unset;
  height: 226px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.city-logo {
  z-index: 5;
}

.tablet_menu {
  display: none;
}

.main_screen .container {
  position: relative;
  max-width: 1460px;
  width: 100%;
  /* height: 39px; */
  margin: 71px auto 23px auto;
}

.main_screen .overlap-group-2 {
  position: relative;
  height: 39px;
}

.main_screen .rectangle {
  position: absolute;
  width: 47px;
  height: 32px;
  top: 0;
  right: 112px;
  z-index: 0;
}

#menu-toggle {
  display: none;
}

.main_screen .navigation-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.main_screen .navigation-link {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: normal;
  z-index: 150;
}

#navigation-container li>.mobile-submenu-toggle {
  display: none;
}

/* .main_screen .navigation-link .root-item {
  font-size: 16px;
} */

.main_screen .layer {
  height: 87px;
}

.main_screen .overlap-group-3 {
  position: relative;
  width: 132px;
  height: 87px;
}

.main_screen .path {
  position: absolute;
  width: 79px;
  height: 22px;
  top: 0;
  left: 52px;
}

.main_screen .img {
  position: absolute;
  width: 121px;
  height: 81px;
  top: 6px;
  left: 0;
}

.main_screen .path-2 {
  position: absolute;
  width: 56px;
  height: 5px;
  top: 23px;
  left: 75px;
}

/* /////-------------------------- HEAD ------------------------- */

/* -------------------------- MAIN ------------------------- */


.main_screen .group:first-of-type {
  margin: 85px auto 0 auto;
}

.main_screen .group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 151px auto 0 auto;
  position: relative;
  max-width: 1680px;
  width: 100%;
  height: 762px;
}

.main_screen .elements-overlap {
  width: 310px;
  height: 207px;
}

.element-label {
  width: 94px;
  top: 0;
  color: #ffffff33;
  font-size: 40px;
  letter-spacing: -0.80px;
  line-height: normal;
  position: absolute;
  left: 0;
  font-family: "Cygre Medium-Medium";
  font-weight: 600;
}

.element-title {
  width: 310px;
  top: 41px;
  color: #ffffff;
  font-size: 100px;
  letter-spacing: -2.00px;
  line-height: 132px;
  position: absolute;
  left: 0;
  font-family: "Cygre Medium-Medium";
  font-weight: 600;
}

.element-image_wrap {
  height: 540px;
  width: 930px;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.main_screen .element-image {
  width: 930px;
  height: auto;
}

/* .element-image_zapad {
  object-position: center -334px;
} */

.divider-line {
  position: absolute;
  width: 100%;
  max-width: 1680px;
  height: 1px;
  top: 740px;
  background-color: #404040;
}

.main_screen .group-3 {
  position: absolute;
  width: 1688px;
  height: 762px;
  top: 1973px;
  left: 118px;
}

.main_screen .group-4 {
  position: absolute;
  width: 1688px;
  height: 762px;
  top: 2887px;
  left: 118px;
}

.main_screen .group-5 {
  position: absolute;
  width: 1688px;
  height: 762px;
  top: 3800px;
  left: 118px;
}

.element-address {
  color: #ffffff33;
  font-size: 40px;
  letter-spacing: -0.80px;
  line-height: normal;
  font-family: "Cygre Medium-Medium";
  font-weight: 600;
  margin-top: 332px;
}

.phone-number_mobile {
  display: none;
}

/* //-------------------------- MAIN ------------------------- */

/* //-------------------------- FOOTER ------------------------- */

.footer_screen {
  position: relative;
  width: 100%;
  height: 917px;
  background-color: #1e1e1e;
}

.footer_screen .header-container {
  display: flex;
  align-items: center;
  position: relative;
  top: 22px;
  margin: auto;
  max-width: 1680px;
  width: 100%;
  justify-content: space-between;
}

.footer_screen .footer_screen_logo {
  position: relative;
  width: 108.65px;
  height: 68.82px;
  background-image: url(/img/main_logo.svg);
  background-size: 100% 100%;
}

.footer_screen .container {
  position: relative;
  width: 100%;
  max-width: 954px;
  height: 30px;
}

.footer_screen .overlap-group {
  position: relative;
  height: 30px;
}

.footer_screen .rectangle {
  position: absolute;
  width: 37px;
  height: 25px;
  right: 40px;
}

.footer_screen .navigation-container {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: 0;
  left: 0;
  justify-self: anchor-center;
}

.footer_screen .navigation-link {
  position: relative;
  width: max-content;
  margin-top: -1.00px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: normal;
  z-index: 1;
}

.footer_screen .phone-number {
  position: relative;
  width: fit-content;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.40px;
  line-height: normal;
  width: max-content;
}

.footer_screen .element {
  position: relative;
  max-width: 1680px;
  width: 100%;
  height: 220px;
  margin: 112px auto;
  aspect-ratio: 7.64;
}

.footer_screen .frame {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: 20px auto 0 auto;
  justify-content: space-between;
}

.footer_screen .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer_screen .frame-3 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer_screen .frame-4 {
  display: flex;
  flex-direction: column;
  width: 310px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.footer_screen .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  color: #ffffff80;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  line-height: normal;
}

.footer_screen .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  color: #ffffff80;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  line-height: normal;
}

.footer_screen .frame-5 {
  display: flex;
  flex-direction: column;
  width: 325px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.footer_screen .frame-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.footer_screen .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  line-height: normal;
}

.footer_screen .text-wrapper-5 {
  position: relative;
  width: fit-content;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  line-height: normal;
}

.footer_screen .frame-7 {
  display: flex;
  flex-direction: column;
  width: 286px;
  align-items: flex-end;
  gap: 18px;
  position: relative;
}

.footer_screen .frame-8 {
  display: inline-flex;
  align-items: unset;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer_screen .img {
  position: relative;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
}

.footer_screen .TG-negative {
  position: relative;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  background-image: url(/img/TG-negative.svg);
  background-size: 100% 100%;
}

.footer_screen .group {
  position: relative;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  background-image: url(/img/vector.svg);
  background-size: 100% 100%;
}

.footer_screen .vector {
  position: absolute;
  width: 21px;
  height: 14px;
  top: 7px;
  left: 4px;
}

.footer_screen .frame-9 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer_screen .appstore {
  position: relative;
  width: 135px;
  height: 39px;
}

.footer_screen .googleplay {
  position: relative;
  width: 134.81px;
  height: 39px;
}

.footer_screen .element-wrapper {
  position: relative;
  width: 100%;
  height: 84px;
  margin: 27px auto 0 auto;
  background-color: #000000;
}

.footer_screen .p {
  position: relative;
  top: 9px;
  color: #ffffff80;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.20px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  line-height: normal;
}

.footer_screen .more-info-container {
  padding: 20px 44px;
  position: relative;
  background: linear-gradient(90deg,
      rgba(215, 69, 72, 1) 0%,
      rgba(200, 54, 112, 1) 25%,
      rgba(169, 56, 144, 1) 50%,
      rgba(127, 56, 140, 1) 75%,
      rgba(82, 54, 113, 1) 100%);
}

.footer_screen .more-info-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.40px;
  line-height: normal;
}

.footer_screen .more-info-text-wrapper {
  display: none;
  padding: 20px 44px;
  background: linear-gradient(90deg,
      rgba(215, 69, 72, 1) 0%,
      rgba(200, 54, 112, 1) 25%,
      rgba(169, 56, 144, 1) 50%,
      rgba(127, 56, 140, 1) 75%,
      rgba(82, 54, 113, 1) 100%);
}

.footer_screen .layer-wrapper {
  width: 292px;
  height: 197px;
  overflow: hidden;
}

.footer_screen .layer {
  width: 291px;
  height: 197px;
}

.footer_screen .overlap-group-2 {
  position: relative;
  height: 197px;
}

.footer_screen .path {
  position: absolute;
  width: 176px;
  height: 50px;
  top: 0;
  left: 116px;
}

.footer_screen .path-2 {
  position: absolute;
  width: 268px;
  height: 184px;
  top: 13px;
  left: 0;
}

.footer_screen .path-3 {
  position: absolute;
  width: 125px;
  height: 11px;
  top: 52px;
  left: 167px;
}

.ymaps-b-zoom {
  position: relative;
  bottom: 63px;
}

.ymaps-map.ymaps-i-ua_js_yes {
  filter: grayscale(100%) brightness(0.8);
}

.menu-container {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 500;
  height: auto;
  width: 100%;
  min-width: 150px;
  font-size: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Для Safari */
}

.menu-container:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  transition: background-color 0.2s;
  border-bottom: 1px solid #DEDEDE;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 20;
  width: 100%;
  min-width: 150px;
}

.dropdown-item:hover {
  background: linear-gradient(90deg, #D74548 0.6%, #C83670 1.63%, #A93890 2.65%, #7F388C 3.68%, #523671 4.7%);
}

.menu-icon {
  margin-right: 10px;
  font-size: 16px;
}

.menu-text {
  letter-spacing: -0.28px;
  font-family: "Cygre Medium-Medium";
  font-weight: 500;
  font-size: 14px;
}

.more-info-container {
  display: block;
  text-decoration: none;
}

.footer_buttons_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1680px;
  margin: auto;
  align-items: center;
}

/* //-------------------------- FOOTER ------------------------- */

/* //-------------------------- PRELOADER ------------------------- */
.preloader {
  margin: 0;
  overflow: hidden;
  background: #000;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999999999;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  /* чтобы не мешал кликам */
}

/* Прелоадер показывается только после 500 мс */
.preloader.show {
  opacity: 1;
}

.preloader_container {
  position: relative;
  width: 66px;
  height: 46px;
  transform-origin: center center;
  /* Анимации будут добавлены динамически */
}

.preloader_text-container {
  position: absolute;
  top: -30px;
  right: -200px;
  opacity: 0;
}

.text-mask {
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 110%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 1) 80%);
  animation: textReveal 2s infinite linear;
  /* бесконечная анимация */
}

/* ------------------------------------ Анимации ---------------------------------------*/
@keyframes zoomPhase1 {
  0% {
    width: 66px;
    height: 46px;
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
    top: 50%;
    position: absolute;
  }

  100% {
    width: 395px;
    height: 271px;
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
    top: 50%;
    position: absolute;
  }
}

@keyframes zoomPhase2 {
  0% {
    width: 395px;
    height: 271px;
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
    top: 50%;
  }

  100% {
    transform: translate(-50%, -50%) scale(75);
    left: 1%;
    top: 150%;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes textReveal {
  0% {
    left: -50%;
  }

  100% {
    left: 150%;
  }
}

@keyframes moveWithZoom {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(1000px, -500px) scale(0.1);
  }
}

/* //------------------------------------ Анимации ---------------------------------------*/

/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* --------------------------------------- АДАПТИВ ----------------------------------------- */
/* ///////////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 1500px) {
  .overlap_head {
    max-width: 1200px;
  }

  .main_screen .container {
    max-width: 834px;
  }

  .main_screen .navigation-container {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 56px;
    row-gap: 22px;
  }

  .main_screen .group {
    max-width: 1200px;
  }

  .main_screen .elements-overlap {
    width: unset;
  }

  .element-label,
  .element-address {
    font-size: 20px;
    letter-spacing: unset;
    margin-top: unset;
  }

  .element-title {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 67px;
  }

  .main_screen .rectangle {
    right: 232px;
    top: 44px;
  }

  .footer_screen {
    height: unset;
  }

  .footer_screen .frame {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer_screen .frame-7 {
    margin-top: 20px;
    align-items: center;
  }

}

@media screen and (max-width: 1240px) {
  .footer_screen .navigation-container {
    gap: unset;
    left: unset;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .overlap_head {
    max-width: 734px;
    align-items: flex-start;
    margin: 0 auto;
  }

  .video-window {
    top: 15vh;
    left: 63vw;
    width: 20vw;
    height: 15vh;
  }

  .video-window-fix {
    top: 15vh;
    left: 63vw;
    width: 20vw;
    height: 15vh;
  }

  #myVideo_pc {
    top: -15vh;
    margin-left: -63vw;
  }

  .main_screen .container {
    max-width: 734px;
  }

  .main_screen .navigation-container {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 56px;
    row-gap: 40px;
  }

  .main_screen .navigation-link {
    font-size: 16px;
  }

  .overlap-2 {
    justify-content: space-around;
  }

  .main_screen .img {
    width: 48px;
    height: 31px;
    top: 6px;
  }

  .main_screen .path {
    width: 29px;
    height: 8px;
    top: 0px;
    left: 19px;
  }

  .main_screen .path-2 {
    top: 6px;
    left: 28px;
  }

  .main_screen .rectangle {
    right: 220px;
    top: 50px;
  }

  .main_screen .group {
    max-width: 734px;
    height: 307px;
    margin: 64px auto 0 auto;
  }

  .element-image_wrap {
    height: 242px;
    width: 417px;
  }

  .main_screen .element-image {
    height: auto;
    width: 417px;
  }

  /* .element-image_zapad {
    object-position: center -200px;
  } */

  .divider-line {
    max-width: 734px;
    height: 1px;
    top: unset;
    bottom: 0;
  }

  .main_screen .overlap-group {
    max-width: 734px;
    margin: 0 auto auto auto;
  }

  .footer_screen .header-container {
    max-width: 734px;
  }

  .footer_screen .element {
    max-width: 734px;
  }

  .footer_buttons_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 734px;
    gap: 16px;
  }

  .footer_screen .more-info-text {
    width: 100%;
    text-align: center;
  }

  .footer_screen .more-info-text-wrapper,
  .footer_screen .more-info-container {
    width: 48%;
    padding: 20px 0;
  }

  .footer_screen .footer_screen_logo {
    width: 50px;
    height: 50px;
  }

  .footer_screen .phone-number {
    width: max-content;
  }

  .footer_screen .navigation-link {
    font-size: 14px;
  }

  .footer_screen .layer-wrapper {
    order: 3;
  }

  .footer_screen .frame {
    align-items: flex-start;
    max-width: 734px;
    flex-direction: column;
  }

  .footer_screen .frame-3 {
    flex-wrap: wrap;
  }

  .footer_screen .frame-7 {
    margin-top: 32px;
    align-items: flex-start;
  }

  .footer_screen .navigation-container {
    gap: unset;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 840px) {

  .mobile_menu {
    display: flex;
  }

  .tablet_menu {
    display: flex;
    margin-top: 56px;
    right: 50px;
    position: fixed;
    z-index: 100;
    background: #00000066;
    border-radius: 8px;
    backdrop-filter: blur(8px);
  }

  .main_screen .tablet_menu .navigation-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 56px;
    row-gap: 10px;
    position: relative;
    z-index: 120;
    left: 0;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.35s ease;
    transform: translateY(-12px);
  }

  .main_screen .tablet_menu .navigation-container.is-open {
    max-height: 70dvh;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: auto;
    transform: translateY(0);
  }

  .tablet_menu #navigation-container li ul {
    left: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    position: relative;
    width: 100%;
    margin-top: 6px;
    padding-left: 16px;
    display: block;
  }

  .tablet_menu #navigation-container li ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #000000c7;
    background-size: cover;
    filter: blur(10px);
    z-index: -1;
    border-radius: 8px;
  }

  .main_screen .tablet_menu .rectangle {
    top: 380px;
    left: unset;
    right: 80px;
  }

  .tablet_menu #navigation-container li {
    width: 100%;
    position: relative;
  }

  .tablet_menu #navigation-container li.has-submenu {
    padding-right: 40px;
  }

  .tablet_menu #navigation-container li.has-submenu>ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease;
  }

  .tablet_menu #navigation-container li.has-submenu.submenu-open>ul {
    opacity: 1;
    transform: translateY(0);
    top: 0;
  }

  .tablet_menu #navigation-container li>.mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tablet_menu #navigation-container li>.mobile-submenu-toggle::before {
    content: "▾";
    transition: transform 0.3s ease;
  }

  .tablet_menu #navigation-container li.submenu-open>.mobile-submenu-toggle::before {
    transform: rotate(180deg);
  }

  .preloader_container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .preloader_img-container svg {
    width: 350px;
    height: 280px;
    max-width: none;
    max-height: none;
  }

  .preloader_img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .preloader_text-container {
    right: unset;
    z-index: 0;
    position: absolute;
    bottom: 30%;
    left: 60%;
    transform: translateX(-50%);
  }

  .preloader_text-container svg {
    z-index: 1;
  }

  .main_screen .overlap {
    background-size: cover;
    align-items: center;
    background-position: unset;
  }

  .overlap_head {
    position: fixed;
    align-items: center;
    max-width: 734px;
    height: 40px;
    padding: unset;
    margin: 12px auto;
    background-color: #FFFFFF1A;
    z-index: 100;
    border-radius: 8px;
    backdrop-filter: blur(8px)
  }

  .overlap-2 {
    height: 100px;
    position: unset;
    margin: 0;
  }

  .main_screen .overlap-group-2 {
    height: auto;
  }

  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */

  .overlap-group-2 .navigation-container .phone-number_mobile {
    display: none;
  }

  #menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-self: end;
  }

  #menu-icon {
    transition: all 0.2s ease;
  }

  #top-line,
  #bottom-line {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }

  .main_screen .navigation-container {
    row-gap: 0;
  }

  .navigation-container li {
    margin: 0;
    z-index: 1;
  }

  .navigation-container a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
  }

  .navigation-container a:hover {
    background: #ddd;
  }

  /* Вложенные списки */
  .navigation-container ul {
    list-style: none;
    padding: 0;
    display: none;
  }

  .navigation-container .navigation-link:hover>ul {
    display: block;
  }

  .main_screen .rectangle {
    top: unset;
    bottom: 0;
    right: 120px;
  }

  #navigation-container li ul {
    left: 0;
    bottom: 35px;
  }

  #navigation-container li:last-of-type ul {
    bottom: 70px;
  }

  .tablet_menu #navigation-container li:last-of-type ul {
    bottom: 20px;
    top: unset;
  }

  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  .overlap-2 .container {
    display: flex;
    position: unset;
    margin: 0;
    justify-content: center;
    z-index: 10;
    max-width: 730px;
  }

  .overlap_head .phone-number {
    display: none;
  }

  .main_screen .overlap-group {
    max-width: 734px;
    margin: auto;
  }

  .video-window {
    left: 70vw;
    height: 25vh;
  }

  .video-window-fix {
    left: 70vw;
    height: 25vh;
  }

  #myVideo_pc {
    top: -15vh;
    margin-left: -70vw;
  }

  .main_screen .overlap-group-3 {
    position: relative;
    display: block;
    height: 40px;
    margin-left: 12px;
    margin-top: 5px;
  }

  .main_screen .img {
    height: 29px;
  }

  .main_screen .element,
  .main_screen .layer {
    height: auto;
  }

  .main_screen .title {
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 10vw;
  }

  .footer_screen .header-container {
    display: none;
  }

  .footer_screen .frame {
    max-width: 734px;
  }

  .footer_screen .frame-2 {
    margin: 0 auto;
  }

  .footer_screen .element-wrapper {
    height: auto;
  }

  .footer_screen .element {
    height: auto;
    margin: auto;
    padding: 64px 0;
  }

  .footer_screen .p {
    top: unset;
  }

  .footer_buttons_wrap {
    max-width: 734px;
  }

  .footer_screen .more-info-text {
    font-size: 15px;
    justify-self: center;
  }

}


@media screen and (max-width: 730px) {

  .tablet_menu {
    width: 100%;
    max-width: 355px;
    justify-content: flex-start;
    right: unset;
  }

  .preloader_container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .preloader_img-container svg {
    width: 350px;
    height: 280px;
    max-width: none;
    max-height: none;
  }

  .preloader_img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .preloader_text-container {
    right: unset;
    z-index: 0;
    position: absolute;
    bottom: 30%;
    left: 60%;
    transform: translateX(-50%);
  }

  .preloader_text-container svg {
    z-index: 1;
  }

  .overlap_head {
    position: fixed;
    max-width: 355px;
    height: 40px;
    padding: unset;
    margin: 12px auto;
    background-color: #FFFFFF1A;
    z-index: 1;
    border-radius: 8px;
    backdrop-filter: blur(8px)
  }

  .overlap-2 {
    height: 100px;
    position: unset;
  }

  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */

  .phone-number_mobile {
    display: block;
  }

  #menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-self: end;
  }

  #menu-icon {
    transition: all 0.2s ease;
  }

  #top-line,
  #bottom-line {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }

  .main_screen .navigation-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 56px;
    row-gap: 10px;
    position: relative;
    z-index: 120;
    left: 0;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.35s ease;
    transform: translateY(-12px);
  }

  .main_screen .navigation-container.is-open {
    max-height: 70dvh;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: auto;
    transform: translateY(0);
  }

  .main_screen .navigation-container li {
    margin: 0;
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .main_screen .navigation-container li.has-submenu {
    padding-right: 40px;
  }

  .main_screen .navigation-container li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Cygre Medium-Medium", Helvetica;
  }

  .main_screen .navigation-container li.has-submenu>ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease;
    width: 100%;
    margin-top: 6px;
    padding-left: 16px;
    position: relative;
  }

  .main_screen .navigation-container li.has-submenu.submenu-open>ul {
    opacity: 1;
    transform: translateY(0);
  }

  .main_screen .navigation-container li>.mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_screen .navigation-container li>.mobile-submenu-toggle::before {
    content: "▾";
    transition: transform 0.3s ease;
  }

  .main_screen .navigation-container li.submenu-open>.mobile-submenu-toggle::before {
    transform: rotate(180deg);
  }

  .main_screen .tablet_menu .rectangle {
    position: relative;
    top: unset;
    bottom: 45px;
    left: 55px;
  }

  #navigation-container li ul {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
  }

  #navigation-container li:last-of-type ul {
    bottom: 0;
  }

  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  /* /////////////////////////////////////////////////////////////////////////////////// */
  .overlap-2 .container {
    display: flex;
    position: unset;
    margin: 0;
    justify-content: center;
  }

  .overlap_head .phone-number {
    display: none;
  }

  .main_screen .overlap-group {
    max-width: 355px;
    margin: 120px auto auto auto;
  }

  .main_screen .overlap-group-3 {
    position: relative;
    display: block;
    height: 40px;
    margin-left: 12px;
    margin-top: 5px;
  }

  .main_screen .img {
    height: 29px;
  }

  .main_screen .element,
  .main_screen .layer {
    height: auto;
  }

  .main_screen .title {
    height: auto;
    width: auto;
    top: 50px;
    font-size: 40px;
    z-index: 1;
  }

  .main_screen .group {
    flex-wrap: nowrap;
    max-width: 355px;
    height: auto;
  }

  .element-label,
  .element-title {
    width: auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .video-window {
    left: 30vw;
    width: 40vw;
    top: 60vh;
  }

  .video-window-fix {
    left: 30vw;
    width: 40vw;
    top: 60vh;
  }

  #myVideo_pc {
    display: none;
  }

  #myVideo_mobile {
    display: block;
    width: calc(100vw - var(--scrollbar-width, 0px));
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: -60vh;
    margin-left: -30vw;
  }

  .main_screen .group:first-of-type {
    margin: 64px auto 0 auto;
  }

  .main_screen .elements-overlap {
    height: auto;
  }

  .element-image_wrap {
    margin-top: 22px;
    max-width: 355px;
  }

  .main_screen .element-image {
    height: auto;
    /* max-width: 355px; */
  }

  .divider-line {
    position: relative;
    max-width: 355px;
    border-bottom: 1px solid #404040;
    margin-top: 64px;
  }

  .footer_screen .header-container {
    display: none;
  }

  .footer_screen .frame {
    max-width: 355px;
  }

  .footer_screen .frame-2 {
    margin: 0 auto;
  }

  .footer_screen .element-wrapper {
    height: auto;
  }

  .footer_screen .element {
    height: auto;
    margin: auto;
    min-height: 38vh;
    padding: unset;
  }

  .footer_screen .p {
    top: unset;
  }

  .footer_buttons_wrap {
    max-width: 355px;
  }

  .more-info-text-wrapper {
    width: 100%;
  }

  .more-info-container.menu-container,
  .footer_screen .more-info-text-wrapper {
    width: 100%;
  }

  .footer_screen .more-info-text {
    font-size: 15px;
    justify-self: center;
  }

  .tablet_menu #navigation-container li ul {
    right: unset;
    width: auto;
  }

}