* {
  box-sizing: border-box;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  outline: none !important;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Inter";
  text-decoration: none;
  font-style: normal;
  background-color: #FFFFFF;
  margin: 0;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}

.lazy-paused {
  visibility: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-22px);
  }
  100% {
    transform: translateY(0px);
  }
}
.mobile-only {
  display: none !important;
}

.desktop-only {
  display: initial !important;
}

.btn {
  display: block;
  color: #35448D;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  background: #F3F4F6;
  border: 3px solid transparent;
  cursor: pointer;
  transition: 0.2s linear;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.btn:hover {
  background: rgb(215, 218, 230);
}
.btn:active {
  background: rgb(243, 244, 246);
}
.btn:focus {
  border: 3px solid #C3CBF0;
  outline: none;
}
.btn:focus-visible {
  outline: none;
}
.btn.disabled {
  background: #A8A4A6;
  color: #5B5B5B;
}
.btn.blue {
  color: #fff;
  background: #35448D;
}
.btn.blue:hover {
  background: #2A3671;
}
.btn.blue:active {
  background: #202955;
}
.btn.blue:focus {
  border: 3px solid #202955;
}
.btn.blue.disabled {
  color: #797979;
  background: #A8A4A6;
}
.btn.red {
  color: #fff;
  background: #FF3300;
}
.btn.red:hover {
  background: #EA2C00;
}
.btn.red:active {
  background: #E02900;
}
.btn.red:focus {
  border: 3px solid #FF3300;
}
.btn.red.disabled {
  color: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #F2F3F4;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: 0.2s linear;
  box-shadow: 0px -5px 49.2px 0px rgba(35, 33, 56, 0.2);
}
.header.header_bg {
  background: transparent;
}
.header.header_bg ul.menu > li > a:not(.btn) {
  color: #fff;
}
.header.header_bg .geoPos::before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(103%) contrast(101%);
}
.header.header_bg .navbar-toggle .icon-bar {
  background: #fff;
}
.header .container {
  padding: 20px 0 10px 0;
  max-width: 1520px;
}
.header .container > .flex-row {
  align-items: center;
}
.header .logo > a {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #253746;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  display: block;
  margin-top: -6px;
}
.header .logo > a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #253746;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.header .logo > a:hover::after {
  opacity: 1;
}
.header .btn {
  padding: 10px 20px;
  font-size: 1em;
}
.header .header-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #232138;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.15s linear, color 0.15s linear;
  flex: 0 0 auto;
}
.header .header-login svg,
.header .header-login span {
  display: block;
  flex: 0 0 auto;
}
.header .header-login:hover {
  background: rgba(53, 68, 141, 0.08);
  color: #35448D;
}
.header .header-login:focus, .header .header-login:focus-visible {
  outline: unset;
}

#main-menu {
  width: 100%;
}
#main-menu .toggler {
  display: none;
}

#mobile-menu-toggler {
  float: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
}

.navbar-toggle {
  position: relative;
}
.navbar-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle .icon-bar {
  width: 25px;
  margin: 0 0 5px 0;
  background: #232138;
  border-radius: 0;
  display: block;
  height: 2px;
  transition: all 0.3s;
}
.navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.navbar-toggle.navOpen .icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  background: #232138 !important;
}
.navbar-toggle.navOpen .icon-bar:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggle.navOpen .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle.navOpen .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
  top: -4px;
  left: 0px;
}

ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0;
  padding: 0;
}
ul.menu > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
ul.menu > li:has(.btn) {
  margin-left: auto;
}
ul.menu > li > a {
  font-size: 15px;
  padding: 10px 20px;
}
ul.menu > li > a:focus, ul.menu > li > a:focus-visible {
  outline: unset;
}
ul.menu > li > a:not(.btn) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-decoration: none;
  padding: 0;
  color: #040136;
  cursor: pointer;
}
ul.menu > li > a:not(.btn).geoPos {
  display: flex;
  align-items: center;
  gap: 8px;
}
ul.menu > li > a:not(.btn).geoPos::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/location.svg) 0 no-repeat;
  background-size: contain !important;
}
ul.menu > li > a:not(.btn):hover {
  border: none;
  text-decoration: none;
}
ul.menu > li.has-submenu {
  position: relative;
}
ul.menu > li.has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
ul.menu > li.has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  opacity: 0.6;
  transition: transform 0.2s linear;
}
ul.menu > li.has-submenu::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  height: 30px;
  opacity: 0;
  pointer-events: none;
}
ul.menu > li.has-submenu:hover::before {
  pointer-events: auto;
}
ul.menu > li.has-submenu:hover > a::after {
  transform: rotate(-135deg);
  opacity: 1;
}
ul.menu > li.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
ul.menu > li .submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, -8px);
  min-width: 560px;
  background: #F2F3F4;
  border-radius: 20px;
  padding: 40px 50px;
  display: flex;
  gap: 80px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s linear, transform 0.2s linear, visibility 0.2s linear;
  z-index: 10;
}
ul.menu > li .submenu__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 180px;
}
ul.menu > li .submenu__title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #35448D;
  line-height: 1;
}
ul.menu > li .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
ul.menu > li .submenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
ul.menu > li .submenu ul a {
  font-size: 16px;
  line-height: 1.35;
  color: #232138;
  text-decoration: none;
  transition: color 0.15s linear;
  white-space: nowrap;
}
ul.menu > li .submenu ul a:hover {
  color: #35448D;
}
ul.menu > li.menu-login-item {
  margin-left: auto;
}

header ul.menu > li.has-submenu.no-caret > a::after {
  display: none;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1660px;
  padding: 0 70px;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.flex-row.acent {
  align-items: center;
}
.flex-row.start {
  justify-content: start;
}
.flex-row.end {
  justify-content: flex-end;
}
.flex-row.stretch {
  align-items: stretch;
}
.flex-row.between {
  justify-content: space-between;
}
.flex-row.wrap {
  flex-wrap: wrap;
}

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

.sectionStart .startMain {
  display: block;
  position: relative;
  max-height: 870px;
  background: linear-gradient(180deg, #FFFFFF 50%, #F2F3F4 100%);
  margin-bottom: 32px;
}
.sectionStart .startMain::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 516px;
  background: #F2F3F4;
  box-shadow: 0px -5px 50px 0px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0% 0%, 100% 0%, 100% 77%, 67.9% 77%, 63.7% 90.4%, 62.6% 91.6%, 37.4% 91.6%, 36.3% 90.4%, 32.1% 77%, 0% 77%);
  z-index: -1;
  bottom: -350px;
  left: 0;
}
.sectionStart .startMain .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: visible;
}
.sectionStart .startMain .hero-chevron {
  position: relative;
  width: 100%;
  text-align: center;
}
.sectionStart .startMain .hero-chevron img {
  width: 100%;
  max-width: 1520px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.sectionStart .startMain .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 155px;
  z-index: 10;
  pointer-events: none;
}
.sectionStart .startMain .hero-content * {
  pointer-events: auto;
}
.sectionStart .startMain .hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  color: #35448D;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0;
}
.sectionStart .startMain .hero-subtitle {
  margin-top: 30px;
  font-size: clamp(16px, 2vw, 34px);
  font-weight: 400;
  color: #35448D;
  text-align: center;
  margin: 0px;
  margin-top: 20px;
}
.sectionStart .startMain .hero-3d-slot {
  position: absolute;
  bottom: -30px;
  bottom: 20px;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;
  aspect-ratio: 2.2/1;
  z-index: 5;
  pointer-events: none;
}
.sectionStart .startMain .hero-3d-slot canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.sectionStart .startMain .arrowSoft-wrap {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.sectionStart .startMain .arrowSoft {
  display: block;
  background: url(../images/arrowSoft.svg) center no-repeat;
  background-size: cover;
  width: 61px;
  height: 18px;
  animation: bounce 1.8s ease-in-out infinite;
}
.sectionStart .startMain .drone-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #35448D;
  border-radius: 50%;
  animation: drone-spin 0.9s linear infinite;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 300ms ease;
}
.sectionStart .startMain .drone-loader.is-hidden {
  opacity: 0;
}
@keyframes drone-spin {
  to {
    transform: rotate(360deg);
  }
}

.sectionVertical .container {
  max-width: 100%;
}
.sectionVertical .flex-vertical {
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  max-width: 2540px;
  margin: auto;
}
.sectionVertical .flex-vertical .vertical-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin: 0;
  padding: 0;
}
.sectionVertical .flex-vertical .vertical-card {
  display: flex;
  list-style: none;
  background: url(../images/frame.svg) 0 no-repeat;
  background-size: contain !important;
  aspect-ratio: 7/8;
  width: clamp(160px, 12.3vw, 316px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sectionVertical .flex-vertical .vertical-card span {
  display: block;
  text-align: center;
  color: #35448D;
  line-height: 1;
  font-size: clamp(10px, 0.78vw, 20px);
  max-width: min(260px, 11vw, 100%);
}
.sectionVertical .flex-vertical .vertical-card .number {
  font-weight: 500;
  font-size: clamp(50px, 3.9vw, 99px);
  letter-spacing: 0%;
  text-align: center;
  max-width: 100%;
}
.sectionVertical .marquee-columns {
  display: flex;
  gap: 32px;
  height: clamp(900px, 80vw, 1200px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}
.sectionVertical .marquee-columns.reverse .marquee-card {
  clip-path: polygon(0% 3.9vw, 3.9vw 0%, 100% 0%, 100% 100%, 0% 100%);
}
.sectionVertical .marquee-columns .vertical-card {
  display: none;
}
.sectionVertical .marquee-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sectionVertical .marquee-col:nth-child(odd) .marquee-track {
  animation: marquee-up var(--dur, 20s) linear infinite;
}
.sectionVertical .marquee-col:nth-child(even) .marquee-track {
  animation: marquee-down var(--dur, 20s) linear infinite;
}
.sectionVertical .marquee-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.sectionVertical .marquee-track:hover {
  animation-play-state: paused !important;
}
.sectionVertical .marquee-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  padding-bottom: 32px;
}
.sectionVertical .marquee-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  width: clamp(160px, 15.6vw, 400px);
  aspect-ratio: 20/23;
  background: #F2F3F4;
  clip-path: polygon(0% 0%, calc(100% - 3.9vw) 0%, 100% 3.9vw, 100% 100%, 0% 100%);
  cursor: pointer;
}
.sectionVertical .marquee-card > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sectionVertical .marquee-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F3F4;
  opacity: 0;
  transition: opacity 300ms ease-out;
  padding: 20px;
}
.sectionVertical .marquee-card__overlay img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sectionVertical .marquee-card:hover .marquee-card__overlay {
  opacity: 1;
}
@keyframes marquee-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, var(--shift, -50%), 0);
  }
}
@keyframes marquee-down {
  from {
    transform: translate3d(0, var(--shift, -50%), 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.sectionVertical.lazy-paused .marquee-track {
  animation-play-state: paused !important;
}

.inf-carousel {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.inf-carousel > * {
  flex: 0 0 100%;
}
.inf-carousel .group {
  display: flex;
  gap: 40px;
  padding-right: 20px;
  animation: scrolling 15s linear infinite;
}
.inf-carousel .group .card {
  display: flex;
  width: 100%;
  color: white;
  border-radius: 24px;
  padding: 0px;
  font-size: xx-large;
  justify-content: center;
  align-items: center;
}
.inf-carousel .group .card img {
  max-width: 220px;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.inf-carousel.lazy-paused .group {
  animation-play-state: paused;
}

section {
  margin-bottom: 160px;
  position: relative;
}

.sectionTitle,
.smlTitle {
  display: block;
  color: #232138;
  font-size: 48px;
  font-weight: 600;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.sectionTitle:has(+ .smlTitle) {
  margin-bottom: 20px;
}

.smlTitle {
  color: #797979;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 400px;
  margin: auto;
}

.sectionStand {
  overflow: hidden;
}
.sectionStand .swiper.stands {
  overflow: visible !important;
  min-height: 500px;
}
.sectionStand .swiper.stands .swiper-wrapper {
  align-items: flex-start;
  height: auto;
}
.sectionStand .swiper.stands .swiper-slide {
  width: 340px;
  height: 420px;
  transition: scale 500ms ease, opacity 500ms ease;
}
.sectionStand .stand-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  background: transparent;
  padding: 0px;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  cursor: pointer;
}
.sectionStand .stand-card.flipped .stand-card-inner {
  transform: rotateY(180deg);
}
.sectionStand .stand-card .stand-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  border-radius: 20px;
  background: #F2F3F4;
  border-radius: 20px;
  padding: 30px;
}
.sectionStand .stand-card .stand-card-front,
.sectionStand .stand-card .stand-card-back {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
  background: #F2F3F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sectionStand .stand-card .stand-card-front img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.sectionStand .stand-card .stand-card-back {
  transform: rotateY(180deg);
  flex-direction: column;
  gap: 20px;
}
.sectionStand .stand-card .stand-card-back img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  max-height: 50%;
}
.sectionStand .stand-card .stand-card-back .standInfo span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
  color: #232138;
}
.sectionStand .stand-card .stand-card-back .standInfo article {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.sectionStand .stand-card img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 10px;
  margin-bottom: 30px;
  max-height: 355px;
}
.sectionStand .stand-card .standInfo span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
}
.sectionStand .stand-card .standInfo article {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.sectionServices .smlTitle {
  margin-bottom: 50px;
}
.sectionServices ul.flex-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.sectionServices ul.flex-row li {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 50px;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #F2F3F4;
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 calc(50% - 10px);
  align-items: stretch;
}
.sectionServices ul.flex-row li .serviceInfo {
  display: block;
  max-width: 60%;
}
.sectionServices ul.flex-row li .serviceInfo h1 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 20px;
}
.sectionServices ul.flex-row li .serviceInfo article {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.sectionServices ul.flex-row li img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.sectionEducation ul.flex-row {
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  gap: 20px;
  margin-bottom: 50px;
}
.sectionEducation ul.flex-row li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 50px;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #F2F3F4;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  min-height: 550px;
}
.sectionEducation ul.flex-row li h1 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 20px;
}
.sectionEducation ul.flex-row li article {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.sectionEducation .btn {
  margin: auto;
}

.sectionForm .flex-form {
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  color: #F3F4F6;
  padding: 50px;
  background: #35448D;
  border-radius: 10px;
}
.sectionForm .flex-form .form-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
.sectionForm .flex-form .form-left h1 {
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 48px;
}
.sectionForm .flex-form .form-left h2 {
  font-weight: 400;
  font-size: 32px;
  margin: 0;
}
.sectionForm .flex-form .form-left a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #F3F4F6;
  font-weight: 400;
  font-size: 24px;
  gap: 20px;
  text-decoration: none;
}
.sectionForm .flex-form .form-left a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.sectionForm .flex-form .form-left a:hover {
  text-decoration: underline;
}
.sectionForm .flex-form .form-left a.email {
  margin-bottom: 10px;
}
.sectionForm .flex-form .form-left a.email::before {
  background: url(../images/email.svg) 0 no-repeat;
}
.sectionForm .flex-form .form-left a.phone::before {
  background: url(../images/phone.svg) 0 no-repeat;
}
.sectionForm .flex-form .form-right {
  width: 50%;
}
.sectionForm .flex-form .form-right .inputField {
  position: relative;
}
.sectionForm .flex-form .form-right .inputField input,
.sectionForm .flex-form .form-right .inputField textarea {
  font-family: "Inter", medium;
  display: block;
  background: #F3F4F6;
  width: 100%;
  padding: 15px 20px;
  font-size: 24px;
  line-height: 1;
  border-radius: 5px;
  border: 3px solid transparent;
  color: #232138;
  margin-bottom: 20px;
}
.sectionForm .flex-form .form-right .inputField input:focus-visible,
.sectionForm .flex-form .form-right .inputField textarea:focus-visible {
  border: 3px solid #C3CBF0;
  outline: none;
}
.sectionForm .flex-form .form-right .inputField input::-moz-placeholder, .sectionForm .flex-form .form-right .inputField textarea::-moz-placeholder {
  color: #717087;
  font-size: 24px;
}
.sectionForm .flex-form .form-right .inputField input::placeholder,
.sectionForm .flex-form .form-right .inputField textarea::placeholder {
  color: #717087;
  font-size: 24px;
}
.sectionForm .flex-form .form-right .inputField textarea {
  height: 230px;
}
.sectionForm .flex-form .form-right .inputField.error input,
.sectionForm .flex-form .form-right .inputField.error textarea {
  border: 2px solid #FF3300;
  color: #FF3300;
  background: #F3DFDE;
}
.sectionForm .flex-form .form-right .inputField.error input::-moz-placeholder, .sectionForm .flex-form .form-right .inputField.error textarea::-moz-placeholder {
  color: #FF3300;
}
.sectionForm .flex-form .form-right .inputField.error input::placeholder,
.sectionForm .flex-form .form-right .inputField.error textarea::placeholder {
  color: #FF3300;
}
.sectionForm .flex-form .form-right .inputField.error::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/error.svg) 0 no-repeat;
  background-size: contain;
}
.sectionForm .flex-form .form-right .personal-form {
  margin-bottom: 40px;
}
.sectionForm .flex-form .form-right .personal-form .marker-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 20px;
  border-radius: 5px;
}
.sectionForm .flex-form .form-right .personal-form .marker-label input {
  width: 27px;
  height: 27px;
  background: #F3F4F6;
  margin: 0;
  cursor: pointer;
}
.sectionForm .flex-form .form-right .personal-form .marker-label input:checked {
  background: #C3CBF0;
}
.sectionForm .flex-form .form-right .personal-form .marker-label.marker-error input {
  box-shadow: inset 0px 0px 1px 2px #ff4c4c;
}
.sectionForm .flex-form .form-right .personal-form .marker-text {
  font-size: 16px;
  color: #F3F4F6;
}
.sectionForm .wire-right {
  right: 0;
  bottom: -80px;
}

footer {
  position: relative;
  background: #F2F3F4;
  margin-top: 180px;
}
footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 115px;
  background: #F2F3F4;
  z-index: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 115' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,115 L0,30 Q0,10 20,10 L380,10 Q400,10 415,28 L470,105 Q482,120 500,120 L1200,120 L1200,115 Z' fill='black'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 115' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,115 L0,30 Q0,10 20,10 L380,10 Q400,10 415,28 L470,105 Q482,120 500,120 L1200,120 L1200,115 Z' fill='black'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
footer .container {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-areas: "logo  nav" "contacts nav" "bottom  nav";
  gap: 24px 40px;
  margin: auto;
}
footer .footer-logo {
  grid-area: logo;
}
footer .footer-logo h2 {
  color: #35448D;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  margin: 0 0 15px 0;
}
footer .footer-logo p {
  margin: 0 0 20px 0;
  color: #232138;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
footer .footer-logo .btn {
  padding: 15px 30px;
  margin-bottom: 70px;
}
footer .footer-nav {
  grid-area: nav;
  padding-top: 50px;
}
footer .footer-nav .search {
  margin-bottom: 60px;
}
footer .footer-nav .flex-nav {
  gap: 12px;
}
footer .footer-nav .flex-nav .nav-group {
  flex: 1;
}
footer .footer-nav .flex-nav .nav-group__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #232138;
  background: none;
  border: none;
  padding: 0;
  cursor: default;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
footer .footer-nav .flex-nav .nav-group__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-nav .flex-nav .nav-group__list > div {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-nav .flex-nav .nav-group__list a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
}
footer .footer-nav .flex-nav .nav-group__list a:hover {
  color: #35448D;
}
footer .footer-contacts {
  grid-area: contacts;
  margin-bottom: 70px;
}
footer .footer-contacts a {
  color: #232138 !important;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
footer .footer-contacts a:first-child {
  margin-bottom: 15px;
}
footer .footer-bottom {
  grid-area: bottom;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #232138;
}
footer .footer-bottom a {
  color: #232138 !important;
  display: block;
  margin-bottom: 20px;
}

.swiper {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.swiper-button-prev {
  left: unset;
}

.swiper-button-next {
  right: unset;
}

.swiper-wrapper {
  display: flex;
}

.nav-container {
  position: absolute;
  display: flex;
  bottom: 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.nav-container .swiper-button-prev,
.nav-container .swiper-button-next {
  position: relative;
  background: #F2F3F4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  color: #232138;
  transition: 0.15s;
  bottom: unset;
  top: unset;
  right: unset;
  margin: 0;
  flex: 0 0 auto;
}
.nav-container .swiper-button-prev:hover,
.nav-container .swiper-button-next:hover {
  background: #DFE2EA;
}
.nav-container .swiper-button-prev:active,
.nav-container .swiper-button-next:active {
  background: #CDD0DF;
}
.nav-container .swiper-button-prev:focus,
.nav-container .swiper-button-next:focus {
  background: #F2F3F4;
  border: 2px solid #35448D;
}
.nav-container .swiper-button-prev::after,
.nav-container .swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: #b0c4de;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #1e5a9c;
  opacity: 1;
}

.swiper-pagination-progressbar {
  width: 228px !important;
  background: #e0e8f0 !important;
  height: 5px !important;
  border-radius: 58px !important;
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0;
}
.swiper-pagination-progressbar-fill {
  background: #6D8FFF !important;
  border-radius: 20px !important;
}

.search {
  position: relative;
  width: 100%;
}
.search::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a9aa1' stroke-width='2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><line x1='20' y1='20' x2='16.5' y2='16.5'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.search .search__input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 48px;
  font-size: 15px;
  color: #1d1d1f;
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 3px solid transparent;
}
.search .search__input::-moz-placeholder {
  color: #9a9aa1;
}
.search .search__input::placeholder {
  color: #9a9aa1;
}
.search .search__input:hover {
  background: #D8DFF6;
}
.search .search__input:focus {
  border: 3px solid #35448D;
}
.search .search__input::-webkit-search-decoration, .search .search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (max-width: 1920px) {
  .sectionVertical .marquee-columns {
    gap: 16px;
  }
}
@media (max-width: 1700px) {
  .header .container {
    margin: 0 70px;
  }
  .sectionStart .startMain .hero-chevron img {
    padding: 0 70px;
  }
}
@media (max-width: 1200px) {
  .sectionStart .startMain .hero-content {
    padding-top: 100px;
  }
  ul.menu {
    gap: 20px;
  }
  .sectionVertical .marquee-card {
    width: clamp(130px, 13.6vw, 400px);
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
  .mobile-only {
    display: initial !important;
  }
  .header .container {
    margin: 0;
    padding: 10px 16px;
  }
  .header ul.menu {
    margin: 0;
    gap: 0px;
  }
  .header.header_bg ul.menu > li > a:not(.btn) {
    color: #040136 !important;
  }
  .header.header_bg .geoPos::before {
    filter: none;
  }
  #main-menu .toggler {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99;
    width: 40px;
    height: 40px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  #main-menu .toggler.js-scroll {
    background: white;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  }
  #main-menu .toggler.js-scroll > #logo-mobile {
    opacity: 1;
  }
  #main-menu .toggler > .ps_navbar-toggle {
    z-index: 99;
  }
  #main-menu.opened .toggler {
    box-shadow: none;
    background: none;
    transition: none;
    right: 30px;
  }
  #main-menu.opened .toggler > #logo-mobile {
    opacity: 0;
    transition: none;
  }
  #main-menu.opened > .holder {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  #main-menu > .holder {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    transform-origin: right top;
    transform: scale(0);
  }
  #main-menu > .holder > .menu-content {
    padding: 10px 16px;
    border: none;
  }
  #main-menu .menu-holder,
  #main-menu ul.menu {
    flex-direction: column;
    align-items: flex-start;
  }
  #menu-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
  }
  #menu-overlay.opened {
    opacity: 1;
    visibility: visible;
  }
  ul.menu {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  ul.menu > li {
    margin: 0;
  }
  ul.menu > li:has(.btn) {
    margin: 0;
  }
  ul.menu .search input {
    background: #F2F3F4;
  }
  .sectionStart .startMain .hero-chevron img {
    padding: 0 16px;
  }
  .sectionTitle {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sectionServices .smlTitle {
    margin-bottom: 30px;
  }
  .btn {
    font-size: 1em;
    padding: 10px 20px;
    line-height: 1;
  }
  section {
    margin-bottom: 80px;
  }
  section > .container {
    padding: 0 16px;
  }
  .sectionStart .startMain .hero-content {
    padding-top: 80px;
  }
  .sectionStart .startMain .hero-content .hero-subtitle {
    margin-top: 10px;
  }
  .sectionStart .startMain::after {
    bottom: -300px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 77%, 80% 77%, 73% 90.4%, 70% 91.6%, 30% 91.6%, 27% 90.4%, 20% 77%, 0% 77%);
  }
  .sectionVertical .flex-vertical {
    justify-content: center;
  }
  .sectionVertical .marquee-columns {
    height: 800px;
  }
  .sectionVertical .marquee-columns:not(.reverse) .marquee-col:nth-child(1) {
    display: none;
  }
  .sectionVertical .marquee-columns.reverse .marquee-col:nth-child(2) {
    display: none;
  }
  .sectionVertical .marquee-columns .marquee-card {
    width: 100%;
    max-width: 220px;
  }
  .sectionStand .swiper.stands .swiper-slide {
    width: 300px;
    height: 390px;
  }
  .sectionStand .stand-card .stand-card-inner {
    padding: 20px;
  }
  .sectionStand .stand-card .stand-card-inner .stand-card-front,
  .sectionStand .stand-card .stand-card-inner .stand-card-back {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .sectionServices ul.flex-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .sectionServices ul.flex-row li {
    padding: 30px;
  }
  .sectionEducation ul.flex-row {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .sectionEducation ul.flex-row li {
    min-height: auto;
    padding: 30px;
  }
  .swiper-pagination-progressbar {
    max-width: 170px !important;
  }
  .swiper.experience .member-card {
    filter: none;
  }
  .swiper.experience .member-card img {
    height: 300px;
  }
  .swiper.experience .member-card:hover .expInfo {
    background: #6D8FFF;
  }
  .sectionForm .container .flex-form {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .sectionForm .container .flex-form .form-left {
    width: 100%;
  }
  .sectionForm .container .flex-form .form-left h1 {
    font-size: 2em;
  }
  .sectionForm .container .flex-form .form-left h2 {
    font-size: 1.3em;
  }
  .sectionForm .container .flex-form .form-left .contacts {
    display: none;
  }
  .sectionForm .container .flex-form .form-right {
    width: 100%;
  }
  .sectionForm .container .flex-form .form-right .inputField input,
  .sectionForm .container .flex-form .form-right .inputField textarea {
    padding: 10px;
    font-size: 1em;
  }
  .sectionForm .container .flex-form .form-right .inputField input::-moz-placeholder, .sectionForm .container .flex-form .form-right .inputField textarea::-moz-placeholder {
    font-size: 1em;
  }
  .sectionForm .container .flex-form .form-right .inputField input::placeholder,
  .sectionForm .container .flex-form .form-right .inputField textarea::placeholder {
    font-size: 1em;
  }
  .sectionForm .container .flex-form .form-right .inputField.error::after {
    right: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
  }
  .sectionForm .container .flex-form .form-right .personal-form {
    margin-bottom: 30px;
  }
  .sectionForm .container .flex-form .form-right .personal-form .marker-text {
    font-size: 12px;
    font-weight: 400;
  }
  .sectionForm .wire-right {
    bottom: -50px;
    width: clamp(200px, 50vw, 500px);
  }
  .sectionStart .desktop-only {
    display: initial !important;
  }
  .sectionStart .mobile-only {
    display: none !important;
  }
  .inf-carousel:hover .group {
    animation-play-state: inherit;
  }
  .nav-container {
    gap: 32px;
  }
  .sectionStart .startMain .hero-3d-slot {
    aspect-ratio: 2.2/1;
    width: 80%;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  header .header-login {
    display: none !important;
  }
  header .mobile-login {
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    background: #F2F3F4;
    border-radius: 12px;
    padding: 14px 18px;
    text-decoration: none;
    color: #232138;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px !important;
  }
  header .mobile-login__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #35448D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
  }
  header .mobile-login__text {
    flex: 1;
  }
  header .mobile-login__arrow {
    display: flex;
    align-items: center;
    color: #232138;
    opacity: 0.7;
  }
  header .header .header-login {
    display: none;
  }
  header .search .search__input {
    background: transparent;
    border: none;
    border-radius: 12px;
    height: 52px;
  }
  header ul.menu {
    background: transparent;
    padding: 0;
    width: 100%;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header ul.menu > li.mobile-only {
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
  }
  header ul.menu > li.mobile-only:has(.logo), header ul.menu > li.mobile-only:has(.mobile-login) {
    margin-bottom: 20px;
  }
  header ul.menu > li.mobile-only .logo img {
    height: 40px;
    width: auto;
  }
  header ul.menu > li.search-item {
    background: #F2F3F4;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  header ul.menu > li.has-submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: static;
    padding: 0;
    width: 100%;
    background: #F2F3F4;
    border-radius: 0;
    margin: 0;
  }
  header ul.menu > li.has-submenu:not(.has-submenu + .has-submenu) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  header ul.menu > li.has-submenu:last-of-type {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  header ul.menu > li.has-submenu + .has-submenu {
    margin-top: 0;
  }
  header ul.menu > li.has-submenu + .has-submenu > a {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  header ul.menu > li.has-submenu > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #232138;
  }
  header ul.menu > li.has-submenu > a::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #232138;
    border-bottom: 2px solid #232138;
    transform: rotate(-45deg);
    opacity: 0.8;
    margin: 0;
    transition: transform 0.25s ease;
  }
  header ul.menu > li.has-submenu::before {
    display: none;
  }
  header ul.menu > li.has-submenu:hover > a::after {
    transform: rotate(-45deg);
  }
  header ul.menu > li.has-submenu:hover > .submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  header ul.menu > li.has-submenu.open > a::after {
    transform: rotate(45deg);
  }
  header ul.menu > li.has-submenu.open > .submenu {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    pointer-events: auto;
    transform: none;
    padding: 0 20px 16px;
  }
  header ul.menu > li.mobile-only ~ li.has-submenu:first-of-type {
    margin-top: 0;
  }
  header ul.menu .submenu {
    position: static;
    transform: none;
    min-width: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.3s ease;
  }
  header ul.menu .submenu__col {
    gap: 14px;
    min-width: 0;
  }
  header ul.menu .submenu__title {
    font-size: 16px;
  }
  header ul.menu .submenu ul {
    gap: 12px;
  }
  header ul.menu .submenu ul a {
    font-size: 15px;
    white-space: normal;
  }
  header ul.menu > li.has-submenu.open > .submenu {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    pointer-events: auto;
    transform: none;
    padding: 0 20px 16px;
  }
}
@media (max-width: 850px) {
  footer {
    padding-top: 30px;
    margin: 0;
  }
  footer::before {
    display: none;
  }
  footer .container {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "nav" "contacts" "bottom";
    gap: 40px;
  }
  footer .footer-nav {
    padding: 0;
    margin-bottom: 30px;
  }
  footer .footer-nav .search {
    display: none;
  }
  footer .footer-nav .flex-nav {
    flex-direction: column;
    gap: 0;
  }
  footer .footer-nav .flex-nav .nav-group {
    width: 100%;
  }
  footer .footer-nav .flex-nav .nav-group__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
  }
  footer .footer-nav .flex-nav .nav-group__title::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #232138;
    border-bottom: 2px solid #232138;
    transform: rotate(45deg);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-bottom: 2px;
  }
  footer .footer-nav .flex-nav .nav-group__list {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
  }
  footer .footer-nav .flex-nav .nav-group__list a {
    font-size: 16px;
  }
  footer .footer-nav .flex-nav .nav-group.open .nav-group__title::after {
    transform: rotate(-135deg);
    margin-bottom: -6px;
  }
  footer .footer-nav .flex-nav .nav-group.open .nav-group__list {
    grid-template-rows: 1fr;
    padding-bottom: 16px;
  }
  footer .footer-logo .btn {
    margin: 0;
  }
  footer .footer-contacts {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .desktop-only {
    display: none !important;
  }
  .container {
    padding: 0 16px;
  }
  .sectionStart .startMain .hero-content {
    padding-top: 100px;
  }
  .sectionStart .startMain .hero-3d-slot {
    aspect-ratio: 2/1;
    width: 90%;
    bottom: -10px;
  }
  .sectionServices ul.flex-row {
    gap: 10px;
  }
  .sectionServices ul.flex-row li {
    padding: 20px;
  }
  .sectionServices ul.flex-row li .serviceInfo {
    max-width: 100%;
  }
  .sectionServices ul.flex-row li .serviceInfo h1 {
    margin-bottom: 10px;
  }
  .sectionServices ul.flex-row li img {
    display: none;
  }
  .sectionVertical .flex-vertical {
    gap: 10px;
  }
  .sectionVertical .flex-vertical .vertical-info {
    display: none;
  }
  .sectionVertical .marquee-columns .marquee-col .vertical-card {
    display: flex;
    width: 100%;
  }
  .sectionVertical .marquee-columns .marquee-col .vertical-card .number {
    font-size: clamp(52px, 16vw, 82px);
  }
  .sectionVertical .marquee-columns .marquee-col .vertical-card span {
    max-width: 100%;
    font-size: clamp(10px, 16vw, 16px);
  }
  .sectionVertical .marquee-columns .marquee-col .marquee-track {
    gap: 16px;
  }
  .sectionVertical .marquee-columns .marquee-card {
    max-width: 100%;
  }
  .sectionTitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sectionServices .smlTitle {
    font-size: 14px;
  }
  .sectionStart .mobile-only {
    display: initial !important;
  }
  .sectionStart .desktop-only {
    display: none !important;
  }
  .sectionStart .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sectionStart .startMain .hero-content .hero-title {
    font-size: clamp(24px, 8vw, 36px);
    max-width: calc(100% - 120px);
    max-width: 380px;
  }
  .sectionStart .startMain .hero-content .hero-subtitle {
    max-width: calc(100% - 120px);
    max-width: 350px;
  }
  .sectionStart .startMain .hero-chevron img {
    padding: 16px;
    max-height: 420px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 550px) {
  .btn {
    width: 100%;
  }
  .swiper.experience .member-card img {
    height: 200px;
  }
  footer .container {
    padding: 0 16px;
  }
  footer .container .devs {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sectionStart .startMain .hero-3d-slot {
    aspect-ratio: 1.6/1;
    width: 100%;
  }
  .sectionStart .startMain .hero-content {
    padding-top: 80px;
  }
  .sectionStart .startMain .hero-content .hero-subtitle {
    max-width: calc(100% - 120px);
    max-width: 350px;
  }
}
@media (max-width: 380px) {
  .sectionStart .startMain .hero-3d-slot {
    aspect-ratio: 1.6/1;
    width: 100%;
    bottom: -20px;
  }
  .sectionVertical .marquee-columns .marquee-col .vertical-card {
    display: flex;
    width: 100%;
  }
  .sectionVertical .marquee-columns .marquee-col .vertical-card .number {
    font-size: 42px;
  }
  .sectionVertical .marquee-columns .marquee-col .vertical-card span {
    max-width: 100%;
  }
  .sectionVertical .marquee-columns .marquee-col .marquee-track {
    gap: 16px;
  }
  .sectionVertical .marquee-columns .marquee-card {
    max-width: 100%;
  }
  .sectionStart .startMain .hero-content .hero-subtitle {
    max-width: 270px;
  }
}/*# sourceMappingURL=style.css.map */
