.rounded,
.animation__circle,
.btn-circle,
.btn-circle-white,
.btn-circle-primary,
.rounded-centered,
.magnetic {
  border-radius: 50%;
}

.inset,
.inset-r,
.inset-f,
.inset-a,
.magnetic__image {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.inset-a,
.magnetic__image {
  position: absolute;
}

.inset-f {
  position: fixed;
}

.inset-r {
  position: relative;
}

.fb{
  position: relative;
  top:-2px;
  left: 6px;
}

.centered,
.animation__circle,
.animation,
.footer__icon,
button.btn,
button.btn-circle,
button.btn-circle-white,
button.btn-circle-primary,
button.btn-primary,
a.btn,
a.btn-circle,
a.btn-circle-white,
a.btn-circle-primary,
a.btn-primary,
.btn,
.btn-circle,
.btn-circle-white,
.btn-circle-primary,
.btn-primary,
.rounded-centered,
.magnetic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hidden {
  display: none;
}

.lock {
  overflow: hidden;
}

.asfs {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.asfe {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.asc {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #0066FF;
}

.text-black {
  color: #121315;
}

.theme-text,
.team-item,
.card-incubator__text,
.card-incubator__title {
  color: var(--text-color);
  -webkit-transition: color 0.4s ease-in;
  -o-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}

.gr1 {
  -ms-grid-row: 1;
  grid-row: 1;
}

.gc1 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.gr2 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.gc2 {
  -ms-grid-column: 2;
  grid-column: 2;
}

.gr3 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.gc3 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.gr4 {
  -ms-grid-row: 4;
  grid-row: 4;
}

.gc4 {
  -ms-grid-column: 4;
  grid-column: 4;
}

.gr5 {
  -ms-grid-row: 5;
  grid-row: 5;
}

.gc5 {
  -ms-grid-column: 5;
  grid-column: 5;
}

.gr6 {
  -ms-grid-row: 6;
  grid-row: 6;
}

.gc6 {
  -ms-grid-column: 6;
  grid-column: 6;
}

.gr7 {
  -ms-grid-row: 7;
  grid-row: 7;
}

.gc7 {
  -ms-grid-column: 7;
  grid-column: 7;
}

.gr8 {
  -ms-grid-row: 8;
  grid-row: 8;
}

.gc8 {
  -ms-grid-column: 8;
  grid-column: 8;
}

.gr9 {
  -ms-grid-row: 9;
  grid-row: 9;
}

.gc9 {
  -ms-grid-column: 9;
  grid-column: 9;
}

.gr10 {
  -ms-grid-row: 10;
  grid-row: 10;
}

.gc10 {
  -ms-grid-column: 10;
  grid-column: 10;
}

.ga-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: a;
}

.ga-b {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: b;
}

.ga-c {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: c;
}

.ga-d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: d;
}

.ga-e {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: e;
}

.ga-f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: f;
}

.ga-g {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: g;
}

.ga-h {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: h;
}

.ga-i {
  grid-area: i;
}

.ga-j {
  grid-area: j;
}

.ga-k {
  grid-area: k;
}

.ga-l {
  grid-area: l;
}

.ga-m {
  grid-area: m;
}

.ga-n {
  grid-area: n;
}

@font-face {
  font-family: texgyreheros;
  font-display: swap;
  src: url("../fonts/texgyreheros-bold.woff2") format("woff2"), url("../fonts/texgyreheros-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: texgyreheros;
  font-display: swap;
  src: url("../fonts/texgyreheros-regular.woff2") format("woff2"), url("../fonts/texgyreheros-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

html,
body {
  font-family: "texgyreheros", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

html {
  font-size: 16px;
  color: #121315;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  position: relative;
}

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

.container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._title,
.title_sm,
.title_md,
.title_lg {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}

.title_lg {
  font-size: 150px;
  line-height: 165px;
}

.title_md {
  font-size: 100px;
  line-height: 110px;
}

.title_sm {
  font-size: 84px;
  line-height: 92px;
}

.body_md,
.team-item__name,
.member-team__name {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

.team-item__desc {
  font-size: 18px;
}

.body_sm,
.member-team__position {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

:root {
  --primary-bg: #121315;
  --primary-bg-inverted: #fff;
  --text-color: #fff;
  --card-incubator-bg: #0F0F0F;
  --divider-color: #343434;
  --focus-circle-color: #252525;
  --badge-bg: #363636;
  --badge-bg-hover: #4b4b4b;
}

body.light {
  --primary-bg: #fff;
  --primary-bg-inverted: #121315;
  --text-color: #121315;
  --divider-color: #DDDDDD;
  --card-incubator-bg: #EEEEEE;
  --focus-circle-color: #DDDDDD;
  --badge-bg: #0054E8;
  --badge-bg-hover: #0250c5;
}

:root {
  --btn-content-color: #fff;
}

button.btn,
button.btn-circle,
button.btn-circle-white,
button.btn-circle-primary,
button.btn-primary,
a.btn,
a.btn-circle,
a.btn-circle-white,
a.btn-circle-primary,
a.btn-primary,
.btn,
.btn-circle,
.btn-circle-white,
.btn-circle-primary,
.btn-primary {
  cursor: pointer;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
  min-width: 165px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-primary {
  padding: 12px 16px;
  background-color: transparent;
  color: var(--btn-content-color);
  border-radius: 90px;
  border: 1px solid #0066FF;
  font-weight: 700;
}

.btn-primary:hover:not([disabled]) {
  color: #fff;
  background-color: #0066FF;
}

.btn-circle,
.btn-circle-white,
.btn-circle-primary {
  --button-size: 167px;
  min-width: 0 !important;
  width: var(--button-size);
  height: var(--button-size);
}

.btn-circle:hover:not([disabled]),
.btn-circle-white:hover:not([disabled]),
.btn-circle-primary:hover:not([disabled]) {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.btn-circle:disabled,
.btn-circle-white:disabled,
.btn-circle-primary:disabled {
  background-color: #CBCBCB;
  color: #fff;
}

.btn-circle-primary {
  --btn-content-color: #fff;
  background-color: #0066FF;
  color: var(--btn-content-color);
}

.btn-circle-primary svg path {
  stroke: var(--btn-content-color);
}

.btn-circle-primary:hover:not([disabled]) {
  background-color: #fff;
  --btn-content-color: #0066FF;
}

.btn-scale-black:hover:not([disabled]),
.btn-circle-white:hover:not([disabled]) {
  background-color: #121315;
  --btn-content-color: #fff;
}

.btn-circle-white {
  --btn-content-color: #121315;
  background-color: #fff;
  color: var(--btn-content-color);
}

.btn-circle-white svg path {
  stroke: var(--btn-content-color);
}

.dropdown {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

:root {
  --header-height: 90px;
}

.header {
  z-index: 5;
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: var(--header-height);
}

.header.header-fixed {
  background-color: rgba(18, 19, 21, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  position: fixed;
  padding: 0;
  -webkit-transition: background-color 0.3s ease, height 0.3s ease;
  -o-transition: background-color 0.3s ease, height 0.3s ease;
  transition: background-color 0.3s ease, height 0.3s ease;
}

.header.header-fixed.scroll-down {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  -webkit-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.header.header-fixed.scroll-up {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__burger {
  display: none;
  color: #fff;
}

.header__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__actions {
  min-width: 260px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 45px;
}

.header__btn {
  min-width: 120px !important;
}

.header__logo {
  margin-right: 50px;
}

.footer {
  padding: 150px 70px 36px;
  background-color: #0066FF;
  position: relative;
}

.footer *:not(.footer__bg) {
  z-index: 2;
}

.no-webp .footer__bg {
  background: url("../img/footer-bg.png") no-repeat center right;
}

.footer__bg {
  position: absolute;
  background-size: contain !important;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.footer__title {
  margin-right: min(165px, 8vw);
}

.footer__middle {
  margin-bottom: 65px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid #fff;

  flex-wrap: nowrap; /* не переносить блоки на новую строку */
  gap: 12px; /* расстояние между двумя .footer__links блоками */
  overflow-x: auto;
}

.footer__icon {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  min-width: 24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.footer__icon:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.footer__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials-icons {
  -margin-left: min(50px, 5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials-icons > * + * {
  margin-left: 16px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: min(32px, 4vw); /* более гибкий отступ между ссылками */
  flex: 0 1 auto; /* позволяем контейнеру сжиматься при необходимости */
  min-width: 0;
}

.footer__links > * + * {
  margin-left: 0;
}

.footer__links a,
.footer__links .body_sm {
  white-space: nowrap;
  flex-shrink: 1; /* позволяем ссылкам ужиматься */
  min-width: 0; /* чтобы flex-shrink работал корректно */
}

.nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__list > * + * {
  margin-left: 32px;
}

.nav__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

.nav__link.disabled {
  opacity: .35;
}

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
}

.menu-footer__title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #77ADFF;
  margin-bottom: 12px;
}

.menu-footer__links {
  display: flex;
  flex-wrap: wrap; /* перенос если не влезет */
  gap: 20px; /* расстояние между ссылками */
}

.menu-footer__link {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.menu-footer__link.disabled {
  color: #01388B;
}

.menu-footer > div {
  display: flex;
  flex-wrap: wrap; /* чтобы переносились на новую строку при нехватке места */
  gap: 20px; /* расстояние между ссылками */
}

.menu-footer__link--gutter {
  margin-bottom: 27px;
  cursor: initial;
}

.menu-footer__link--sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.menu-footer__link--sm:not(:last-child) {
  margin-bottom: 12px;
}

.card-incubator {
  background-color: var(--card-incubator-bg);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  max-width: 615px;
  padding: 30px;
  border-radius: 10px;
  min-height: 400px;
  position: relative;
}

.incubator__description {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 136px;
  -moz-column-gap: 136px;
  column-gap: 136px;
  row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  justify-items: start;
}

.incubator__description > h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  max-width: 75%;
}

.incubator__description > p {
  font-size: 16px;
  max-width: 75%;
}

.card-incubator__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
  max-width: 300px;
  margin-bottom: 20px;
}

.card-incubator__text {
  position: relative;
  max-width: 220px;
  z-index: 4;
}

.card-incubator__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.portfolio {
  background-color: var(--primary-bg);
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  overflow-x: hidden;
}

.portfolio__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 90px;
}


.portfolio__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 3 ];
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  justify-items: center;
}

/*
.card-portfolio {
  background-color: var(--card-incubator-bg);
  padding: 16px 20px 40px;
  height: 100%;
  min-width: 386px;
  min-height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}


.card-portfolio__image {
  height: 180px;
  width: 100%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-self: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.card-portfolio__image img {
  margin-top: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100vw;
  display: block;
  transition: filter 0.3s ease;
}

.card-portfolio__title {
  padding: 25px 0 24px;
}

.card-portfolio__text {
  color: #5F718F;
}


.card-portfolio.active img {
  filter: blur(6px);
}

.card-portfolio__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.card-portfolio.active .card-portfolio__overlay {
  opacity: 1;
  pointer-events: auto;
}

.card-portfolio__description {

}*/
.card-portfolio {
  background-color: var(--card-incubator-bg);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.card-portfolio__title {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 4;
  color: var(--text-color);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
}

.card-portfolio__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.card-portfolio__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-portfolio__overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.card-portfolio__overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.card-portfolio__description {
  padding-top: 50px;
}

.card-portfolio__description p {
  padding-top: 18px;
  padding-left: 14px;
  font-size: 13px;
  line-height: 22px;
  color: var(--text-color);
}

.btn-more {
  position: relative;
  bottom: 75px;
  margin: 0 auto;
  padding: 12px 6px;
  background-color: transparent;
  color: var(--text-color);
  border-radius: 90px;
  font-weight: 700;
  border: 2px solid #0066FF;
}

.card-portfolio__overlay .btn-hide {
  position: absolute;
  display: block;
  bottom: 5px;
  padding: 12px 6px;
  border: 2px solid #0066FF;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-portfolio__overlay .btn-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.card-portfolio__overlay.active .btn-arrow {
  display: block;
}


.member-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 0 0 4px 4px;
}

.member-team:hover {
  -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.42);
}

.member-team:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.member-team > * + * {
  margin-top: 7px;
}

.member-team__image {
  max-height: 410px;
  height: 100%;
  overflow: hidden;
}

.member-team__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.member-team__name {
  padding-left: 4px;
}

.member-team__position {
  color: #C2C2C2;
  padding-bottom: 6px;
  padding-left: 4px;
}

.magnetic {
  --magnetic-size: 175px;
  width: var(--magnetic-size);
  height: var(--magnetic-size);
  min-width: var(--magnetic-size);
  border: 2px solid #0066FF;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

.magnetic__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.magnetic__image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form {
  background-color: #F2F2F2;
  border-radius: 10px;
  padding-top: 57px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 177px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form > * + * {
  margin-top: 52px;
}

.form__title + * {
  margin-top: 42px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__row > * + * {
  margin-top: 0;
  margin-left: 84px;
}

.form__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -80px;
}

.form__btn:hover:not(:disabled) {
  -webkit-transform: translateX(-50%) scale(1.3) !important;
  -ms-transform: translateX(-50%) scale(1.3) !important;
  transform: translateX(-50%) scale(1.3) !important;
}

.form-control {
  width: 100%;
  position: relative;
}

.form-control__line {
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #0066FF;
  width: 100%;
  height: 2px;
  z-index: 2;
  left: 0;
  bottom: 0px;
}

.form-control__label {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  cursor: pointer;
}

.form-control__input {
  padding: 10px 8px 8px;
  background-color: transparent;
  display: block;
  width: 100%;
  outline: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 0;
  border-bottom: 1px solid #C2C2C2;
  position: relative;
}

.form-control__input:focus + .form-control__line {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-control__helper-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  margin-top: 3px;
  color: #C2C2C2;
}

.form-control:hover .form-control__input {
  border-color: #7A7A7A;
}

.form-control.required .form-control__label::after {
  content: "*";
  color: #FF000F;
}

.anim-letters {
  overflow: hidden;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.anim-letters:hover {
  opacity: 0.7;
}

.anim-letters:hover span {
  -webkit-transform: translateY(-1.4em);
  -ms-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
}

.anim-letters:hover span::after {
  -webkit-transform: rotateX(0) skewX(0);
  transform: rotateX(0) skewX(0);
}

.anim-letters span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-delay: calc(0.015s * var(--index));
  -o-transition-delay: calc(0.015s * var(--index));
  transition-delay: calc(0.015s * var(--index));
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.anim-letters span::after {
  content: attr(data-text);
  left: 0;
  display: inline-block;
  position: absolute;
  top: 1.4em;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: rotateX(-25deg) skewX(15deg);
  transform: rotateX(-25deg) skewX(15deg);
}

.animation {
  height: 100vh;
  position: relative;
}

.animation__el {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.animation__circle {
  position: relative;
  height: 80%;
}

.animation__circle path {
  stroke: var(--focus-circle-color);
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.animation__text {
  white-space: nowrap;
  z-index: 5;
  color: var(--text-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.animation .text--1 {
  opacity: 1;
}

.animation__tile {
  width: 90%;
  position: absolute;
}

.animation__tile img {
  width: 100%;
}

.animation .tile--1 {
  z-index: 3;
}

.animation .tile--2 {
  opacity: 1;
  z-index: 2;
}

.animation .tile--3 {
  opacity: 1;
  z-index: 1;
}

.animation .el {
  opacity: 0;
}

.animation .el--1 {
  top: 0;
  left: 0;
}

.animation .el--2 {
  top: 0;
  left: 0;
}

.animation .el--3 {
  top: 0;
  left: 0;
}

.burger {
  width: 50px;
  height: 10px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.burger::before,
.burger::after {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 3px 1px #000;
  box-shadow: 0 0 3px 1px #000;
}

.burger::before {
  content: "";
  top: 0;
}

.burger::after {
  content: "";
  bottom: 0;
}

.burger.active::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.burger.active::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background-color: #1E1E1E;
  width: 100%;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 200;
  top: 0;
  bottom: 0;
}

.burger-menu__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}

.burger-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.burger-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 24px;
  list-style: none;
}

.burger-menu__item {
  font-size: 25px;
  font-weight: 500;
}

.burger-menu__item.disabled {
  opacity: .35;
}

.burger-menu__link {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
}

.burger-menu__link span {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  margin-right: 36px;
}

.burger-menu__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.burger-menu__footer {
  padding-top: 8px;
  width: 100%;
}

.footer-burger-menu__title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 30px;
  margin-left: 3px;
}

.burger-menu__socials-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-menu__socials-icons > * + * {
  margin-left: 16px;
}

.footer-burger-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}

.burger-menu__btn {
  width: 100%;
}

.footer-burger-menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  border-top: 1px solid #343434;
}

.team-list__item {
  cursor: default;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 0.3;
  border-top: 1px solid var(--primary-bg-inverted);
}

.team-list__item:last-child {
  border-bottom: 1px solid #343434;
}

.team-list__item.toggled {
  opacity: 1;
  border-bottom: 1px solid var(--primary-bg-inverted);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-list__item.toggled:nth-child(0) {
  border-top: 0;
}

.team-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 2 ] 31 px;
  grid-template-columns: repeat(2, 1fr) 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-item:hover {
  opacity: 1;
}

.team-list__item .active {
  color: #5F718F;
}

.team-item__desc {
  display: none;
}

.toggled div.team-item__desc {
  display: flex;
  opacity: 1;
  color: var(--text-color);
  filter: none !important;
}

.team-item:not(:first-of-type) {
  margin-top: -1px;
}

.team-item__avatar {
  display: none;
  aspect-ratio: 1;
  width: 100%;
}

.team-item__name {
  font-size: 24px;
  color: var(--text-color);
}

.team-item__position {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
}

.team-item__btn, .team-item__btn_toggle {
  width: 31px;
  min-width: 31px;
  aspect-ratio: 1;
  cursor: pointer;
}

.team-item__btn_toggle {
  display: none;
}

.team-item__desc {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
  color: var(--text-color);
}

.team-item__btn svg,
.btn-arrow svg,
.team-item__btn_toggle svg {
  width: 31px;
  min-width: 31px;
}

.team-item__btn svg path,
.btn-arrow svg path,
.team-item__btn_toggle svg path {
  fill: var(--text-color);
}

.theme-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.theme-switcher__icon {
  /*margin-left: 16px;*/
}

.theme-switcher__icon svg {
  width: 28px;
  height: 28px;
}

.theme-switcher__icon:hover svg path {
  fill: #C4C4C4;
}

.theme-switcher__text {
  white-space: nowrap;
}

.divider,
.focus__divider {
  width: 100%;
  height: 1px;
  background-color: var(--divider-color);
}

.banner {
  height: max(100vh, 700px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 90px;
  position: relative;
}

.banner__video {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #001129;
}

.banner__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__title-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 80px;
}

.banner__title-grid > * + * {
  margin-top: 5px;
}

.banner__text {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  max-width: 495px;
}

.banner__secondary-text {
  max-width: 460px;
}

.banner__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partners {
  overflow-x: hidden;
  background-color: var(--primary-bg);
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.partners__filter {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--divider-color);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.partners__filter-badge {
  color: var(--text-color);
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  padding: 8px 36px;
  margin: 0 12px;
}

.partners__filter-badge:hover {
  background-color: #CBCBCB;
  cursor: pointer;
}

.partners__filter-badge.selected {
  color: #fff;
  background-color: #0054E8;
}

.partners__hero {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(306px, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.partners__logo.hidden {
  display: none;
  transform: scale(0.95);
  transition: all 0.4s ease;
}

.partners__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 306px;
  background-color: var(--card-incubator-bg);
  border-radius: 15px;
}

.incubator {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: var(--primary-bg);
  grid-template-areas: initial;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.incubator__title {
  text-align: left;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--divider-color);
}

.incubator__grid {
  -ms-grid-columns: (1fr) [ 3 ];
  grid-template-columns: repeat(3, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.team {
  background-color: var(--primary-bg);
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.team__magnetic {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.team__head {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .head-team__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(295px, 306px));
  gap: min(100px, 7vw) 24px;
}

.team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__left {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  position: relative;
}

.team__image {
  margin-right: 110px;
  aspect-ratio: 1;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team__image.active {
  opacity: 1;
}

.team__image-sm {
  display: none;
}

/*.team__image--4 {
  top: 10%;
}

.team__image--5 {
  top: 0;
}

.team__image--6 {
  bottom: 0;
}

.team__image--7 {
  bottom: 0;
}*/

.team__right {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.team__title {
  font-size: 84px;
  line-height: 82px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.team__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 50px;
  color: #C2C2C2;
  text-transform: uppercase;
}

.team__text {
  font-size: 22px;
  line-height: 24px;
  margin-right: 200px;
}

.team__text:not(:last-child) {
  margin-bottom: 25px;
}

.focus {
  padding-top: 150px;
  padding-bottom: 125px;
  background: var(--primary-bg);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.focus__divider {
  margin-bottom: 36px;
  display: none;
}

.focus__secondary-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 36px;
}

.focus__secondary-text:first-child {
  margin-bottom: 24px;
}

.focus__title {
  color: var(--text-color);
  max-width: 610px;
  margin-bottom: 50px;
}

.focus__hero {
  padding-top: 50px;
  border-top: 1px solid var(--divider-color);

}

.focus__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}

.focus__description > * + * {
  margin-left: 110px;
}

.focus__description--left {
  max-width: 440px;
}

.focus__description--right {
  max-width: 470px;
}

.focus__description--right > * + * {
  margin-top: 25px;
}


.focus__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 3 ];
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  justify-items: center;
}

.focus__card {
  padding: 22px;
  color: var(--text-color);
}

.focus__card-title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 14px;
}

.focus__card-title h2 {
  font-weight: 800;
}

.focus__card-title-num {
  color: #0054E8;
  font-weight: 300;
}

.focus__card-body {
  margin-bottom: 14px;
  min-height: 120px;
}

.focus__card-footer {
  color: #707070;
}

.focus__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.focus__badge {
  background-color: var(--badge-bg);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  padding: 3px 12px 6px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  white-space: nowrap;
  cursor: default;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.focus__badge:hover {
  background-color: var(--badge-bg-hover);
  transform: translateY(-2px);
}

/*
.card-portfolio {
  background-color: var(--card-incubator-bg);
  padding: 16px 20px 40px;
  height: 100%;
  min-width: 386px;
  min-height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}


.card-portfolio__image {
  height: 180px;
  width: 100%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-self: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.card-portfolio__image img {
  margin-top: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100vw;
  display: block;
  transition: filter 0.3s ease;
}

.card-portfolio__title {
  padding: 25px 0 24px;
}

.card-portfolio__text {
  color: #5F718F;
}


.card-portfolio.active img {
  filter: blur(6px);
}

.card-portfolio__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.card-portfolio.active .card-portfolio__overlay {
  opacity: 1;
  pointer-events: auto;
}

.card-portfolio__description {

}*/
.card-focus {
  background-color: var(--card-incubator-bg);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}


.incubation {
  padding-top: 130px;
  padding-bottom: 125px;
  background-color: #fff;
  position: relative;
}

.incubation__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.incubation__titles h3 {
  font-size: 150px;
}

.incubation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.incubation__head > *:not(.incubation__magnetic) {
  z-index: 2;
}

.incubation__title {
  margin-bottom: 100px;
  margin-right: 20px;
}

.incubation__text {
  margin-bottom: 150px;
  margin-right: 80px;
  max-width: 395px;
}

.incubation__magnetic {
  position: absolute;
  right: 200px;
  top: 200px;
  z-index: 0;
}

.no-webp .incubation__form-wrap {
  background: url("../img/form-bg.png") no-repeat center top;
}

.incubation__form-wrap {
  --height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  max-height: var(--height);
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.no-webp .incubation__form-wrap.expanded {
  background: url("../img/form-bg.png") no-repeat center;
}

.incubation__form-wrap.expanded .incubation__shadow {
  display: none;
}

.incubation__form-wrap.expanded .incubation__send-btn {
  pointer-events: all;
}

.incubation__form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.incubation__send-btn {
  pointer-events: none;
}

.incubation__shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #F9F9F9), color-stop(50%, #F9F9F9), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #F9F9F9 26%, #F9F9F9 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #F9F9F9 26%, #F9F9F9 50%, rgba(255, 255, 255, 0) 100%);
}

.incubation__form {
  overflow: hidden;
  max-width: 905px;
}

/** Modal **/
.modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  box-sizing: border-box;
}

.modal.active {
  display: flex;
}


.modal__content {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}


.modal__close {
  background: transparent;
  border: none;
  font-size: 45px;
  cursor: pointer;
  color: #333;
}

.modal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  padding-right: 50px;
}

.modal__body {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 0 1px #919191;
  padding: 60px;
  flex: 1;
  overflow-y: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 10;
  pointer-events: auto;
  cursor: default;
}

.modal__scroll {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

.modal__section {
  display: none;
}
.modal__section.active {
  display: block;
}

.modal__section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.modal__section span{
  font-size: 12px;
  margin-bottom: 35px;
  display: block;
}

.modal__section h3 {
  margin-bottom: 20px;
}

.modal__section p {
  margin-bottom: 20px;
}


@media (max-width: 1440px) {
  .xxl\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xxl\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xxl\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .xxl\:hidden {
    display: none !important;
  }

  .xxl\:show {
    display: block;
  }
}

@media (max-width: 1330px) {
  .title_lg {
    font-size: calc(46px + 104 * ((100vw - 320px) / 1010));
  }

  .title_lg {
    line-height: calc(48px + 117 * ((100vw - 320px) / 1010));
  }

  .title_md {
    font-size: calc(40px + 60 * ((100vw - 320px) / 1010));
  }

  .title_md {
    line-height: calc(42px + 68 * ((100vw - 320px) / 1010));
  }

  .title_sm {
    font-size: calc(32px + 52 * ((100vw - 320px) / 1010));
  }

  .title_sm {
    line-height: calc(34px + 58 * ((100vw - 320px) / 1010));
  }

  .body_md,
  .team-item__name,
  .member-team__name {
    font-size: calc(14px + 10 * ((100vw - 320px) / 1010));
  }

  .body_md,
  .team-item__name,
  .member-team__name {
    line-height: calc(16px + 13 * ((100vw - 320px) / 1010));
  }

  .body_sm,
  .member-team__position {
    font-size: calc(10px + 6 * ((100vw - 320px) / 1010));
  }

  .body_sm,
  .member-team__position {
    line-height: calc(12px + 7 * ((100vw - 320px) / 1010));
  }

  .btn-circle,
  .btn-circle-white,
  .btn-circle-primary {
    --button-size: calc(105px + 62 * ((100vw - 320px) / 1010));
  }

  .header__actions {
    gap: calc(0px + 45 * ((100vw - 320px) / 1010));
  }

  .header__logo {
    margin-right: calc(10px + 40 * ((100vw - 320px) / 1010));
  }

  .footer {
    padding-top: calc(75px + 75 * ((100vw - 320px) / 1010));
  }

  .footer {
    padding-left: calc(0px + 70 * ((100vw - 320px) / 1010));
  }

  .footer {
    padding-right: calc(0px + 70 * ((100vw - 320px) / 1010));
  }

  .footer {
    padding-bottom: calc(22px + 14 * ((100vw - 320px) / 1010));
  }

  .footer__top {
    margin-bottom: calc(58px + 22 * ((100vw - 320px) / 1010));
  }

  .footer__middle {
    margin-bottom: calc(36px + 29 * ((100vw - 320px) / 1010));
  }

  .nav__list > * + * {
    margin-left: calc(0px + 32 * ((100vw - 320px) / 1010));
  }

  .card-incubator {
    padding: calc(16px + 14 * ((100vw - 320px) / 1010));
  }

  .form {
    padding-top: calc(30px + 27 * ((100vw - 320px) / 1010));
  }

  .form {
    padding-left: calc(20px + 20 * ((100vw - 320px) / 1010));
  }

  .form {
    padding-right: calc(20px + 20 * ((100vw - 320px) / 1010));
  }

  .form {
    padding-bottom: calc(60px + 117 * ((100vw - 320px) / 1010));
  }

  .form > * + * {
    margin-top: calc(32px + 20 * ((100vw - 320px) / 1010));
  }

  .form__title + * {
    margin-top: calc(32px + 10 * ((100vw - 320px) / 1010));
  }

  .form__row > * + * {
    margin-left: calc(16px + 68 * ((100vw - 320px) / 1010));
  }

  .animation__el {
    width: calc(35px + 15 * ((100vw - 320px) / 1010));
  }

  .animation__el {
    height: calc(35px + 15 * ((100vw - 320px) / 1010));
  }

  .animation__text {
    font-size: calc(18px + 24 * ((100vw - 320px) / 1010));
  }

  .team-item {
    padding-top: calc(10px + 20 * ((100vw - 320px) / 1010));
  }

  .team-item {
    padding-bottom: calc(10px + 20 * ((100vw - 320px) / 1010));
  }

  .team-item__name {
    font-size: calc(10px + 14 * ((100vw - 320px) / 1010));
  }

  .team-item__position {
    font-size: calc(8px + 12 * ((100vw - 320px) / 1010));
  }

  .team-item__btn {
    width: calc(20px + 11 * ((100vw - 320px) / 1010));
  }

  .team-item__btn {
    min-width: calc(20px + 11 * ((100vw - 320px) / 1010));
  }

  .team-item__btn svg {
    width: calc(20px + 11 * ((100vw - 320px) / 1010));
  }

  .team-item__btn svg {
    min-width: calc(20px + 11 * ((100vw - 320px) / 1010));
  }

  .banner__title-grid {
    margin-bottom: calc(40px + 40 * ((100vw - 320px) / 1010));
  }

  .banner__text {
    font-size: calc(16px + 12 * ((100vw - 320px) / 1010));
  }

  .banner__text {
    line-height: calc(20px + 20 * ((100vw - 320px) / 1010));
  }

  .partners {
    padding-top: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .partners {
    padding-bottom: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .partners__filter {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--divider-color);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #cbd5e1 transparent;
  }

  /* Chrome, Safari */
  .partners__filter::-webkit-scrollbar {
    height: 6px;
  }

  .partners__filter::-webkit-scrollbar-track {
    background: transparent;
  }

  .partners__filter::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
  }

  .partners__filter-badge {
    color: var(--text-color);
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    padding-left: calc(5px + 5 * ((100vw - 12px) / 1010));
    padding-right: calc(5px + 5 * ((100vw - 12px) / 1010));

    line-height: calc(35px + 20 * ((100vw - 320px) / 1010));
  }

  .partners__hero {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1010));
  }

  .partners__hero {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: calc(5px + 5 * ((100vw - 12px) / 1010));
    -moz-column-gap: calc(5px + 5 * ((100vw - 12px) / 1010));
    column-gap: calc(5px + 5 * ((100vw - 12px) / 1010));
  }

  .partners__hero {
    row-gap: calc(4px + 46 * ((100vw - 24px) / 500));
  }

  .partners__hero {
    padding-top: calc(44px + 6 * ((100vw - 24px) / 1010));
  }

  .partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31vw;
    text-align: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .portfolio {
    padding-top: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .portfolio {
    padding-bottom: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .portfolio__title {
    margin-bottom: calc(16px + 74 * ((100vw - 320px) / 1010));
  }

  .portfolio__grid {
    gap: calc(16px + 32 * ((100vw - 320px) / 1010));
  }

  .incubator {
    padding-top: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .incubator {
    padding-bottom: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .incubator__title {
    margin-bottom: calc(48px + 72 * ((100vw - 320px) / 1010));
  }

  .incubator__grid {
    gap: calc(15px + 52 * ((100vw - 320px) / 1010));
  }

  .team {
    padding-top: calc(30px + 60 * ((100vw - 320px) / 1010));
  }

  .team {
    padding-bottom: calc(30px + 60 * ((100vw - 320px) / 1010));
  }

  .team__head {
    margin-bottom: calc(5px + 75 * ((100vw - 320px) / 1010));
  }

  .team__image {
    margin-right: calc(20px + 90 * ((100vw - 320px) / 1010));
  }

  .team__title {
    margin-bottom: calc(30px + 90 * ((100vw - 320px) / 1010));
  }

  .team__subtitle {
    margin-bottom: calc(15px + 35 * ((100vw - 320px) / 1010));
  }

  .focus {
    padding-top: calc(40px + 55 * ((100vw - 320px) / 1010));
  }

  .focus {
    padding-bottom: calc(30px + 95 * ((100vw - 320px) / 1010));
  }

  .focus__title {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1010));
  }

  .focus__hero {
    padding-top: calc(16px + 34 * ((100vw - 320px) / 1010));
  }

  .focus__description > * + * {
    margin-left: calc(20px + 40 * ((100vw - 320px) / 1010));
  }

  .incubation {
    padding-top: calc(75px + 55 * ((100vw - 320px) / 1010));
  }

  .incubation {
    padding-bottom: calc(200px + -75 * ((100vw - 320px) / 1010));
  }

  .incubation__titles h3 {
    font-size: calc(36px + 114 * ((100vw - 320px) / 1010));
  }

  .incubation__title {
    margin-bottom: calc(20px + 80 * ((100vw - 320px) / 1010));
  }

  .incubation__title {
    margin-right: calc(12px + 8 * ((100vw - 320px) / 1010));
  }

  .incubation__text {
    margin-bottom: calc(35px + 115 * ((100vw - 320px) / 1010));
  }

  .incubation__text {
    margin-right: calc(0px + 80 * ((100vw - 320px) / 1010));
  }

  .incubation__magnetic {
    right: calc(15px + 185 * ((100vw - 320px) / 1010));
  }

  .incubation__magnetic {
    top: calc(5px + 195 * ((100vw - 320px) / 1010));
  }
}

@media (max-width: 1280px) {
  .xl\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xl\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xl\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:show {
    display: block;
  }

  .banner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner__bottom > div {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .banner__bottom > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1080px) {
  .incubator__grid {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: initial;
  }

  .incubator__grid > .incubator__card {
    grid-area: initial;
  }


  .incubator__description {
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;

  }

  .incubator__description > h2 {
    max-width: 100%;
  }

  .incubator__description > p {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .lg\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .lg\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .lg\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:show {
    display: block;
  }

  .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__burger {
    display: block;
  }

  .header__left {
    width: 75%;
  }

  .header__dropdown {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header__actions {
    display: none;
  }

  .partners__text:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
  }

  .portfolio__grid {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-more {
     display: block;
  }

  .focus__grid {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .md\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .md\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .md\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:show {
    display: block;
  }

  button.btn,
  button.btn-circle,
  button.btn-circle-white,
  button.btn-circle-primary,
  button.btn-primary,
  a.btn,
  a.btn-circle,
  a.btn-circle-white,
  a.btn-circle-primary,
  a.btn-primary,
  .btn,
  .btn-circle,
  .btn-circle-white,
  .btn-circle-primary,
  .btn-primary {
    font-size: 14px;
    min-width: 165px;
  }

  .btn-primary {
    padding: 8px 12px;
  }

  .btn-circle svg,
  .btn-circle-white svg,
  .btn-circle-primary svg {
    width: 17px;
    height: 17px;
  }

  .btn-circle:hover:not([disabled]),
  .btn-circle-white:hover:not([disabled]),
  .btn-circle-primary:hover:not([disabled]) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .header__left {
    width: initial;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .footer__links > * + * {
    margin-left: 16px;
  }

  .magnetic {
    --magnetic-size: 175px;
  }

  .team-item {
    opacity: 1;
    -ms-grid-columns: (1fr) [ 2 ] 31 px 31 px;
    grid-template-columns: repeat(2, 1fr) 31px 31px;
  }

  .team-item::after,
  .team-item::before {
    opacity: 0.3;
  }

  .team-item__avatar {
    display: block;
  }

  .team-item__name {
    opacity: 1;
  }

  .team-item__position {
    opacity: 0.3;
  }

  .team-item__btn {
    display: block;
  }

  .team-item__btn_toggle {
    display: block;
  }

  .partners__title {
    text-align: center;
    font-size: 84px;
  }

  .partners__hero {
    border-top: none;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47vw;
    text-align: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .partners__text:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .partners__text:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }

  .portfolio__grid {
    -ms-grid-columns: (1fr) [ 1 ];
    grid-template-columns: repeat(1, 1fr);
  }

  .incubator__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team__left {
    display: none;
  }

  .team-item__desc {
    display: none;
  }

  .team-item__desc.toggled {
    display: inline-flex;
  }

  .toggled .team-item__btn_toggle {
    transform: rotate(180deg);
    transition: 0.3s ease;
  }

  .team__image-sm {
    display: block;
    max-width: 190px;
    margin-right: 40px;
  }

  .focus__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .focus__description > * + * {
    margin-left: 0;
    margin-top: 110px;
  }

  .focus__description--left {
    max-width: none;
  }

  .focus__description--right {
    margin-left: 0;
    max-width: none;
  }

  .footer__links > * + * {
    flex-direction: row;
    margin-left: min(50px, 5vw);
  }

  .menu-footer__links {
    flex-direction: column;
    gap: 12px;
  }
/*
  .modal {
    position: absolute;
    inset: 0;
    display: none;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
  }*/

  .modal__content {
    width: 90vw;
    max-width: 95%;
    max-height: 90vh; /* чуть меньше экрана по высоте */
    padding: 15px;
    border-radius: 10px;
  }

  .modal__header {
    margin-bottom: 5px;
  }

  /* Заголовок */
  .modal__title {
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 40px; /* чтобы кнопка не перекрывала */
  }

  .modal__body {
    padding: 15px;       /* меньше паддинг внутри */
    border-radius: 10px;
  }
  .modal__scroll {
    max-height: 70vh;    /* скролл по высоте адаптирован */
    overflow-y: auto;
  }

  /* Кнопка закрытия */
  .modal__close {
    font-size: 28px;
    right: 12px;
    transform: translateY(-50%);
  }

  /* Меньшие заголовки внутри секций */
  .modal__section h2 {
    font-size: 20px;
  }
  .modal__section h3 {
    font-size: 16px;
  }

  /* Меньший текст в абзацах */
  .modal__section p,
  .modal__section span {
    font-size: 14px;
  }

}

@media (max-width: 768px) and (max-width: 1330px) {
  button.btn,
  button.btn-circle,
  button.btn-circle-white,
  button.btn-circle-primary,
  button.btn-primary,
  a.btn,
  a.btn-circle,
  a.btn-circle-white,
  a.btn-circle-primary,
  a.btn-primary,
  .btn,
  .btn-circle,
  .btn-circle-white,
  .btn-circle-primary,
  .btn-primary {
    min-width: calc(100px + 65 * ((100vw - 320px) / 1010));
  }

  .magnetic {
    --magnetic-size: calc(70px + 105 * ((100vw - 320px) / 1010));
  }

  .partners__title {
    font-size: calc(36px + 48 * ((100vw - 320px) / 1010));
  }

  .focus__description > * + * {
    margin-top: calc(30px + 80 * ((100vw - 320px) / 1010));
  }

  .footer__bottom {
    gap: 8px;
    padding-top: 20px;
  }

  .footer__links {
    gap: 12px;
  }

  .footer__links a,
  .footer__links .body_sm {
    font-size: 13px;
    line-height: 18px;
  }

  .footer__bottom > .footer__links {
    flex: 1 1 0%;
    min-width: 0;
  }
}

@media (max-width: 540px) {
  .sm\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .sm\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sm\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:show {
    display: block;
  }

  .no-webp .footer__bg {
    background: url("../../img/footer-mob-bg.png") no-repeat center right;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__title {
    width: 100%;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__row > * + * {
    margin-left: 0;
    margin-top: 52px;
  }

  .banner__text {
    text-transform: initial;
    max-width: 220px;
  }

  .banner__bottom > div {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .partners__hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    max-width: 100%;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .team__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team .head-team__left {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team__mob-inline {
    display: inline;
  }

  .team__subtitle {
    color: #363636;
  }

  .focus__divider {
    display: block;
  }

  .focus__container {
    padding: 0 30px;
  }

  .incubation__mob-inline {
    display: inline;
  }

  .incubation__titles {
    margin-bottom: 24px;
  }

  .incubation__head {
    margin-bottom: 40px;
  }

  .incubation__title {
    margin-right: 0;
  }

  .incubation__magnetic {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .incubation__form-wrap.expanded {
    background: none;
  }

  .incubation__form-wrap {
    background: none;
  }
  .focus__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

}

@media (max-width: 540px) and (max-width: 1330px) {
  .form__row > * + * {
    margin-top: calc(32px + 20 * ((100vw - 320px) / 1010));
  }
}

@media (max-width: 480px) {
  .xs\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xs\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xs\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .xs\:hidden {
    display: none !important;
  }

  .xs\:show {
    display: block;
  }

  .footer__links .anim-letters {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .xxs\:asfs {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .xxs\:asfe {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .xxs\:asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .xxs\:hidden {
    display: none !important;
  }

  .xxs\:show {
    display: block;
  }
}

.webp .footer__bg {
  background: url(../img/footer-bg.webp) no-repeat center right;
}

.webp .incubation__form-wrap {
  background: url(../img/form-bg.webp) no-repeat center top;
}

.webp .incubation__form-wrap.expanded {
  background: url(../img/form-bg.webp) no-repeat center;
}

@media (max-width: 540px) {

  .webp .footer__bg {
    background: url(../img/footer-mob-bg.webp) no-repeat center right;
  }
}