/* variables */
:root {
    --color-orange: #fc591e;
    --color-white: #ffffff;
    --color-white500: rgba(255, 255, 255, 0.5);
    --color-dark-blue: #000928;
    --color-grey-blue: #323952;
    --color-blue-900: #030b2d;
    --color-blue-700: #101d49;
    --color-blue-600: #152764;
    --color-blue-300: #86a9d1;
    --color-slate-700: #2c3454;
    --color-link-muted: #6878ad;
    --color-blue-500: #1f48d6;
    --color-blue-650: #101d4b;
    --color-blue-450: #5579b4;
    --color-blue-400: #606d9c;
    --color-grey: #d9d9d9;
    --color-blue-800: #0a1640;
    --color-blue-750: #0d1633;
    --color-error: #ff5c5c;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* fullpage.js */
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: block;
}
.fp-slide { float: left; }
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
}
.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
#fp-nav ul li {
    margin: 0;
    width: auto;
    height: auto;
}
#fp-nav ul li a { display: block; }
#fp-nav ul li a span {
    transition: 0s;
    position: static;
    width: 18px !important;
    height: 1px !important;
    display: block;
    background: var(--color-grey);
    left: 0;
    margin: 0 !important;
}
#fp-nav ul li a.active span {
    width: 30px !important;
    height: 2px !important;
    background: var(--color-orange);
    border-radius: 0;
}
.fp-sr-only {
    transition: 20s;
    height: 0 !important;
    background: none !important;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 0 !important;
    color: var(--color-link-muted);
    text-transform: capitalize;
    opacity: 0.5;
    transform: translateX(100px);
}
.fp-sr-only:hover {
    color: #fff;
    opacity: 0.5 !important;
}
#fp-nav.fp-right {
    right: 0;
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
#fp-nav.fp-right:hover {
    width: 263px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #0b1846;
}
#fp-nav.fp-right:hover span { opacity: 0; }
#fp-nav.fp-right:hover ul {
    width: 100%;
    padding-right: 60px;
}
#fp-nav.fp-right:hover ul li a.active .fp-sr-only {
    font-weight: 600;
    opacity: 1;
    color: var(--color-orange);
}
#fp-nav.fp-right:hover ul li:nth-child(1) .fp-sr-only { animation: menuHover 0.4s 0.1s forwards; }
#fp-nav.fp-right:hover ul li:nth-child(2) .fp-sr-only { animation: menuHover 0.4s 0.2s forwards; }
#fp-nav.fp-right:hover ul li:nth-child(3) .fp-sr-only { animation: menuHover 0.4s 0.3s forwards; }
#fp-nav.fp-right:hover ul li:nth-child(4) .fp-sr-only { animation: menuHover 0.4s 0.4s forwards; }
#fp-nav.fp-right:hover ul li:nth-child(5) .fp-sr-only { animation: menuHover 0.4s 0.5s forwards; }
#fp-nav.fp-right:hover ul li:nth-child(6) .fp-sr-only { animation: menuHover 0.4s 0.6s forwards; }
#fp-nav.fp-right:hover .fp-sr-only {
    transition: 1s;
    opacity: 0.5;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    height: auto !important;
    width: auto !important;
}
#fp-nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    cursor: pointer;
}
/* fullpage.js 4.0.19 - missing scrollability rules */
.fp-slidesContainer {
    position: relative;
}
.fp-controlArrow {
    user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -38px;
    transform: translate3d(0, 0, 0);
}
.fp-prev { left: 15px; }
.fp-next { right: 15px; }
.fp-arrow {
    width: 0;
    height: 0;
    border-style: solid;
}
.fp-arrow.fp-prev {
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-arrow.fp-next {
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide,
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
    height: calc(var(--vh, 1vh) * 100);
}
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
    min-height: 100svh;
    min-height: calc(var(--vh, 1vh) * 100);
}
.fp-overflow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 100svh;
}
.fp-scrollable .fp-auto-height .fp-overflow {
    max-height: none;
}
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow > .fp-overflow {
    overflow-y: auto;
}
.fp-overflow {
    outline: 0;
}
.fp-overflow.fp-table {
    display: block;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important;
    min-height: auto !important;
}
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: 9px;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    border: 4px solid transparent;
}
.fp-warning,
.fp-watermark {
    z-index: 9999999;
    position: absolute;
    bottom: 0;
}
.fp-warning,
.fp-watermark a {
    text-decoration: none;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-family: arial;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}
.fp-noscroll .fp-overflow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fp-overflow { height: 100%; }
.fp-watermark { display: none; }
.breadcrumb_element { display: none; }
.fullpage-wrapper.active {
    transform: none !important;
    transition: none !important;
}
@keyframes animate {
    0% { transform: rotateY(360deg); }
    100% { transform: rotateY(0deg); }
}
@keyframes menuHover {
    from { transform: translateX(100px); }
    to { transform: translateX(0px); }
}
@keyframes animateArrows {
    0% { transform: translateY(-15px) rotate(90deg); opacity: 0.5; }
    50% { opacity: 1; }
    100% { transform: translateY(10px) rotate(90deg); opacity: 0; }
}
@keyframes animateArrow {
    0% { transform: translateY(-15px); opacity: 0.5; }
    50% { opacity: 1; }
    100% { transform: translateY(10px); opacity: 0; }
}
@keyframes move {
    0% { transform: translate(550%, 70%) scale(1); }
    10% { transform: translate(100%, -210%) scale(0.5); }
    20% { transform: translate(600%, 110%); }
    30% { transform: translate(-400%, -40%) scale(1.5); }
    40% { transform: translate(450%, 150%); }
    50% { transform: translate(-300%, 200%); }
    60% { transform: translate(-200%, -100%); }
    70% { transform: translate(150%, -100%) scale(1.5); }
    80% { transform: translate(150%, -100%); }
    90% { transform: translate(-150%, -500%); }
    100% { transform: translate(550%, 70%) scale(1); }
}
@keyframes bp {
    from { background-position-x: 0px; }
    to { background-position-x: 75px; }
}
@keyframes textani {
    0% { clip-path: var(--from); }
    100% { clip-path: var(--to); color: var(--color-orange); }
}
@keyframes pulse-width {
    0% { width: 4px; height: 4px; }
    50% { width: 30px; height: 30px; }
    100% { width: 4px; height: 4px; }
}
@keyframes pulsate {
    0%, 100% { transform: translate(-50%, -50%) scale(0.1, 0.1); opacity: 0; }
    50% { opacity: 0.2; }
    100% { transform: translate(-50%, -50%) scale(1, 1); opacity: 0; }
}
@keyframes animHand {
    0%, 100% { transform: scale(0.1, 0.1); opacity: 0; }
    50% { opacity: 0.9; }
    100% { transform: scale(1, 1); opacity: 0; }
}
/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: Raleway, sans-serif;
    color: #fff;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    
}
html.fp-enabled {
    scroll-behavior: auto;
}
body {
    background: var(--color-dark-blue);
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
}
/* Hide native page scrollbar visuals (scroll itself remains available). */
html,
body {
    -ms-overflow-style: none; /* IE/Legacy Edge */
    scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}
.fp-overflow {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.fp-overflow::-webkit-scrollbar {
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
.content { overflow-x: hidden; }
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--color-dark-blue) 0, transparent 50%, transparent 100%);
}
.bg::after {
    opacity: 0.5;
    position: absolute;
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, rgb(31, 72, 214) 61.263%, rgb(255, 255, 255) 100%);
    border-radius: 100%;
    filter: blur(400px);
    width: 64%;
    height: 23%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
button {
    color: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    appearance: none;
    display: inline-block;
    font-family: inherit;
}
section, main {
    width: 100%;
    height: 100%;
    margin: auto;
}
.animated { transition: 0.9s; }
.hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
h1 {
    font-weight: 500;
    font-size: clamp(32px, 5vw, 72px);
    line-height: 106%;
    margin: 0;
}
h1 span {
    font-weight: 500;
    color: var(--color-orange);
}
h2 {
    font-weight: 500;
    font-size: clamp(32px, 5vw, 72px);
    line-height: 106%;
}
h2 span {
    font-weight: 500;
    color: var(--color-orange);
}
.container {
    height: 100%;
    width: 100%;
    max-width: 1352px;
    padding: 0 20px;
    margin: 0 auto;
}
.container-h1 {
    position: relative;
    z-index: 51;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 36px;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 100;
    transition: 0.5s;
}
.close:hover { transform: rotate(180deg); }
.btn {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    width: fit-content;
    font-size: clamp(14px, 1.2vw, 18px);
    padding: 16px 36px;
    padding-right: 86px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.btn::before {
    position: absolute;
    content: '';
    background-color: var(--color-orange);
    border-radius: 100%;
    height: 42px;
    width: 42px;
    right: 7px;
    top: 50%;
    transition: 0.5s;
    transform: translateY(-50%);
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}
.btn:hover { border: 1px solid var(--color-orange); }
.btn:hover::before {
    width: 100%;
    right: 0;
    height: 101%;
    border-radius: 40px;
    background-position: 93% 50%;
    z-index: -1;
}
.btn:active {
    color: var(--color-orange);
    border: 1px solid var(--color-white);
}
.btn:active::before {
    background: var(--color-white);
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 15.75H22.3125' stroke='%23FC591E' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 9.1875L22.3125 15.75L15.75 22.3125' stroke='%23FC591E' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 32px 32px;
}
.link {
    cursor: pointer;
    background: var(--color-orange);
    position: relative;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 24px;
    transition: 0.3s;
    margin-left: 60px;
    margin-top: -7px;
    z-index: 10;
}
.link::after {
    transition: 0.3s;
    display: block;
    content: '';
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: url('../img/arrow.svg') center center/contain no-repeat;
}
.link::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-orange);
    border-radius: 40px;
    transition: 0.3s;
}
.link span {
    transition: width 0.3s;
    opacity: 0;
    width: 0;
    white-space: nowrap;
}
.link:hover {
    width: fit-content;
    padding-left: 37px;
    padding-right: 12px;
    gap: 15px;
}
.link:hover span {
    opacity: 1;
    width: fit-content;
}
.swiper {
    overflow: hidden;
    position: relative;
}
.swiper-slide { flex-shrink: 0; }
.swiper__nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.swiper-button-next::before,
.swiper-button-prev::before {
    position: absolute;
    content: '';
    width: 27px;
    height: 16px;
    background: url('../img/arrow.svg') center center/cover no-repeat;
    border-radius: 0 8px 8px 0;
}
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before { filter: invert(0.5); }
.swiper-button-next { border-radius: 0 8px 8px 0; }
.swiper-button-prev {
    margin-right: 16px;
    border-radius: 8px 0 0 8px;
}
.swiper-button-prev::before { transform: rotate(-180deg); }
.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.swiper-pagination-bullet {
    width: 8px;
    display: block;
    height: 8px;
    border-radius: 50%;
    background: var(--color-grey);
    cursor: pointer;
}
.swiper-pagination-bullet-active { background: #000000; }
.down { z-index: 10; }
.more, .down {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    bottom: 5%;
}
.more::after, .down::after {
    position: absolute;
    display: block;
    right: -30px;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/arrow.svg') center center/cover no-repeat;
    transform: rotate(90deg);
    animation: animateArrows 2s infinite;
    transition: 0.3s;
}
.more::before, .down::before {
    transition: 0.3s;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -48px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: var(--color-orange);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: -1;
    opacity: 0;
}
.more.active { display: none; }
.more:hover, .down:hover { font-size: 18px; }
.more:hover::after, .down:hover::after {
    width: 34px;
    height: 34px;
    right: -35px;
}
.more:hover::before, .down:hover::before { opacity: 1; }
.circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--color-orange);
    filter: blur(25px);
    pointer-events: none;
    transition: opacity 0.3s;
    transform: translate3d(0, 0, 0);
    transform-origin: 0 0;
    will-change: transform;
    backface-visibility: hidden;
}
.section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.rgbKineticSlider canvas,
.p-canvas-webgl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#WebGL-output {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.dg.ac { display: none; }
canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100svh;
    z-index: -1;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px max(20px, calc(50% - 656px)) 0;
    transition: 0.5s;
    background: var(--color-dark-blue) url(/assets/img/lines.png) center / cover no-repeat;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.fixed .logo { transition: 0.6s 0.4s; }
.fixed .logo img { width: 112px; }
.fixed__nav { margin-right: -129px; }
.fixed .nav__list {
    display: flex;
    gap: clamp(30px, 5vw, 80px);
    list-style: none;
    margin: 0;
    padding: 0;
}
.fixed .nav__item a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.fixed .nav__text {
    position: relative;
    transition: color 0.7s;
}
.fixed .nav__text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-orange);
    clip-path: circle(0% at 50% 50%);
}
.fixed .nav__item a:hover .nav__text { color: transparent; }
.fixed .nav__text.nav-ani::before {
    animation: textani 0.7s forwards;
}
.fixed .nav__item.active .nav__text { color: var(--color-orange); }
.fixed .header__login-page {
    width: 40px;
    height: 40px;
}
.fixed .header__login-page::before {
    width: 24px;
    height: 24px;
}
.fixed .search { transition: 0.5s 0.4s; }
.fixed.hidden-animation {
    transition: 0.15s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.fixed.hidden-animation .logo {
    opacity: 0;
    transform: translateY(-12px);
    transition: 0.6s 0.2s;
}
.fixed.hidden-animation .nav {
    opacity: 0;
    transform: translateY(-12px);
    transition: 0.6s 0.3s;
}
.fixed.hidden-animation .header__login-page {
    opacity: 0;
    transform: translateY(-12px);
    transition: 0.6s 0.4s;
}
.fixed.hidden-animation .search {
    opacity: 0;
    transform: translateY(-12px);
    transition: 0.5s 0.35s;
}
.fixed .nav { transition: 0.6s 0.3s; }
.fixed .header__login-page { transition: 0.6s 0.4s; }
.fixed .search { transition: 0.5s 0.35s; }
.box-pointer-hidden { display: none; }
/* Inner pages: compensate nav center shift in fixed bar vs header */
.content:not(:has(#fullpage)) > .fixed .fixed__nav {
    position: relative;
    left: calc(40px / 3);
}
/* Homepage: center nav in fixed bar (header has 3 items, nav is centered) */
.content:has(#fullpage) > .fixed .fixed__nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
}
.content:has(#fullpage) > .fixed .search { margin-left: auto; }
.content:has(#fullpage) > .fixed .nav { transform: translateX(-50%); }
.content:has(#fullpage) > .fixed.hidden-animation .nav { transform: translate(-50%, -12px); }
/* Header */
.header {
    padding: 24px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 52;
    transition: 0.7s;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}
.header .logo img { width: 140px; }
.header__menu { margin-right: -129px; }
.header__login-page {
    width: 56px;
    height: 56px;
    display: block;
    flex-shrink: 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.3s;
}
.header__login-page::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/login.svg') center center/contain no-repeat;
    width: 32px;
    height: 32px;
}
.header .nav__lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
.header .nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 5vw, 80px);
}
.header .nav .nav__item {
    position: relative;
    white-space: nowrap;
}
.header .nav .nav__item.active .nav__text { color: var(--color-orange); }
.header .nav .nav__item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.header .nav .nav__text {
    position: relative;
    transition: color 0.7s;
}
.header .nav .nav__text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-orange);
    clip-path: circle(0% at 50% 50%);
}
.header .nav .nav__item a:hover .nav__text { color: transparent; }
.header .nav .nav__text.nav-ani::before {
    animation: textani 0.7s forwards;
}
.header__search-btn, .header__contacts { display: none; }
.header__contacts-btn {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    padding: 12px 24px;
    transition: 0.3s;
}
.header__contacts-btn:hover {
    border-color: var(--color-orange);
    background: var(--color-orange);
}
.burger {
    display: none;
    align-items: center;
    gap: 17px;
}
.burger__inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.burger span {
    position: relative;
    display: block;
    width: 18px;
    height: 1px;
    transition: 0.3s;
    background: var(--color-blue-400);
}
.burger span:nth-child(2) {
    width: 30px;
    height: 2px;
    background: var(--color-orange);
}
.burger p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}
.burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    width: 25px;
}
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -9px;
    width: 25px;
}
.search {
    position: relative;
    width: 332px;
    padding-left: 123px;
    transition: 0.5s;
}
.search input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    background: none;
    padding: 17px 16px;
    padding-right: 48px;
    transition: 0.5s;
    font-size: 18px;
    font-family: inherit;
    color: inherit;
}
.search input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.search input:focus { outline: none; }
.search button {
    transition: 0.5s;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}
.search button::before {
    transition: 0.5s;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url('../img/search.svg') center center/cover no-repeat;
}
.search input:hover {
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
}
.search:hover button {
    background: none;
    filter: invert(1);
}
.search:has(input:focus) { padding-left: 44px; }
.search:has(input:focus) input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
}
.search:has(input:focus) button {
    background: #fff;
    filter: none;
}
.login a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    width: 203px;
    padding: 17px 55px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 18px;
}
.login a::before {
    position: absolute;
    content: '';
    background-color: var(--color-orange);
    border-radius: 100%;
    height: 42px;
    width: 42px;
    right: 7px;
    top: 50%;
    transition: 0.5s;
    transform: translateY(-50%);
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.search-drop {
    overflow: hidden;
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 24px 31px;
    position: absolute;
    left: 0;
    top: 100%;
}
.search-drop.active {
    opacity: 1;
    visibility: visible;
}
.search-drop ul li:not(:last-child) { margin-bottom: 18px; }
.search-drop ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 119%;
    color: var(--color-white500);
}
.crumbs {
    z-index: 50;
    padding: 142px 0 39px;
    position: relative;
}
.crumbs ul {
    overflow: hidden;
    padding-bottom: 9px;
    overflow-x: auto;
    white-space: nowrap;
}
@supports (-moz-appearance: none) {
    .crumbs ul { scrollbar-color: var(--color-orange) rgba(30, 30, 30, 0.5); }
}
.crumbs ul::-webkit-scrollbar {
    border-radius: 10px;
    width: 1px;
    height: 1px;
    background-color: var(--color-slate-700);
}
.crumbs ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-orange);
}
.crumbs ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--color-slate-700);
}
.crumbs ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.crumbs ul li p, .crumbs ul li a {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 119%;
}
.crumbs ul li a {
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}
.crumbs ul li a::after {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    vertical-align: middle;
}
.crumbs ul li a:hover {
    color: var(--color-white);
    text-decoration: underline;
}
.crumbs ul li p {
    padding-right: 16px;
    color: #fff;
}
.logo-mobile { display: none; }
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
    background: var(--color-dark-blue);
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px var(--color-dark-blue) inset;
    transition: background-color 5000s ease-in-out 0s;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    margin-right: 20px;
    cursor: pointer;
}
/* Main */
.main {
    min-height: 100svh;
    overflow: hidden;
    justify-content: flex-end;
    position: relative;
}
.main__wrapper {
    padding-bottom: 32px;
    position: relative;
    z-index: 3;
    height: 100%;
}
.main .animated {
    width: 160px;
    transition: 1.9s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-480%, 1000%);
}
.main.active .animated {
    transition: 1s;
    transform: translate(-50%, -50%);
    width: 380px;
}
.main video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100svh * 16 / 9);
    height: 100svh;
    border: none;
}
/* desktop — video covers entire hero section */
@media (min-width: 1025px) and (hover: hover) {
    .main iframe {
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: max(100vw, 177.78vh);
        height: max(100vh, 56.25vw);
    }
}
/* About */
.about {
    position: relative;
    z-index: 1;
}
.about::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/ellipse.svg') center center/cover no-repeat;
}
.about::after {
    position: absolute;
    content: '';
    background: url(../img/ellipse-full.svg) center center/contain no-repeat;
    border-radius: 100%;
    filter: blur(200px);
    width: 100%;
    height: 87%;
    left: 24%;
    top: -17%;
    transform: translate(-50%, 50%);
}
.about__wrapper { max-width: 1100px; }
.about h2 { margin-bottom: 60px; }
.about__texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.about__texts p {
    font-weight: 300;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 120%;
    letter-spacing: 0.04em;
}
.about .about__link { position: relative; }
.about .about__link a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.about .about__link a:nth-child(1) { clip-path: polygon(0 0, 100% 0, 50% 50%); }
.about .about__link a:nth-child(2) { clip-path: polygon(100% 0, 100% 100%, 50% 50%); }
.about .about__link a:nth-child(3) { clip-path: polygon(0 100%, 50% 50%, 100% 100%); }
.about .about__link a:nth-child(4) { clip-path: polygon(0 0, 50% 50%, 0 100%); }
.about .about__link a:hover {
    clip-path: none;
    z-index: 2;
}
.about .about__link a:hover ~ .about__text { color: transparent; }
.about .about__link a:nth-child(1):hover ~ .about__text:before {
    --from: circle(0% at 50% 0%); --to: circle(150% at 0% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.about .about__link a:nth-child(2):hover ~ .about__text:before {
    --from: circle(0% at 150% 50%); --to: circle(100% at 50% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.about .about__link a:nth-child(3):hover ~ .about__text:before {
    --from: circle(0% at 50% 100%); --to: circle(150% at 0% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.about .about__link a:nth-child(4):hover ~ .about__text:before {
    --from: circle(0% at 0% 50%); --to: circle(150% at 0% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.about .about__text {
    transition: 0.7s;
    font-weight: 600;
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
}
.about .about__text:before {
    content: attr(data-text);
    position: absolute;
}
.about.active h2.animated {
    opacity: 1;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
}
.about.active p.animated { transform: translateX(0); }
.about.active a.animated { transform: translateX(0); }
/* Office */
.office { position: relative; }
.office::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    background: url('../img/ellipse.svg') center center/cover no-repeat;
}
.office::after {
    position: absolute;
    content: '';
    background: url(../img/ellipse-full.svg) center center/contain no-repeat;
    border-radius: 100%;
    filter: blur(259px);
    width: 100%;
    height: 85%;
    right: -10%;
    top: -50%;
    transform: translate(50%, 50%);
}
.office__wrapper {
    padding-right: 54px;
    position: relative;
    z-index: 1;
}
.office__wrapper h2 {
    margin-bottom: 40px;
    opacity: 0;
    transform: matrix3d(2,0,0,0,0,1.02,0,0,0,0,1,0,0,0,0,1);
}
.office__cards {
    opacity: 0;
    position: relative;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
}
.office__cards::after {
    content: '';
    display: table;
    clear: both;
}
.office__card {
    float: left;
    position: relative;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    background: var(--color-blue-750);
    overflow: hidden;
    min-height: 416px;
    padding: 62px 40px 45px;
    border-radius: 20px;
    z-index: 1;
    cursor: pointer;
}
.office__card:nth-child(3n) {
    margin-right: 0;
}
.office__card.active { cursor: default; }
.office__card.active .office__toggle {
    opacity: 1;
    visibility: visible;
    transform: rotate(-45deg);
}
.office__card.active .office__card-title { padding-left: 0; }
/* keep orange circle visible when card is pinned */
.office__card.active .office__card-title::before {
    opacity: 1 !important;
    visibility: visible !important;
    left: 0 !important;
}
.office__card.active ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(20%);
}
.office__card.active ul li a { cursor: pointer; }
.office__card.active img {
    opacity: 0;
    transform: translate(-50%, 50%);
}
.office__card ul {
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}
.office__card ul li { max-width: 260px; }
.office__card ul li:not(:last-child) { margin-bottom: 12px; }
.office__card ul li span {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    opacity: 0.5;
    line-height: 1.1;
}
.office__card ul li a, .office__card ul li p { font-size: 18px; }
.office__card ul li a { transition: 0.3s; }
.office__card ul li a:hover { color: var(--color-orange); }
.office__card img {
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    max-width: 100%;
}
.office__card-title {
    transition: 0.5s;
    font-weight: 500;
    font-size: clamp(20px, 1.6vw, 24px);
    line-height: 150%;
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 40px;
    z-index: 1;
    width: fit-content;
}
.office__card-title::before {
    transition: 0.9s;
    position: absolute;
    content: '';
    top: calc(50% + 4px);
    left: 0;
    transform: translateY(-50%);
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: var(--color-orange);
    border-radius: 50%;
    z-index: -1;
}
.office__toggle {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
    opacity: 0;
    visibility: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.0994 2.72648C23.7976 4.46523 27.755 8.5171 30.0161 10.6274L26.6798 11.7395L25.5678 10.6274L19.4513 16.7438C20.1871 18.9512 20.5634 21.2663 20.5634 23.593L20.5634 23.9723L7.98988 11.3988L8.36922 11.3988C10.696 11.3988 13.011 11.7751 15.2184 12.5109L21.3348 6.39445L20.2227 5.28237L21.3348 1.94614C21.4386 2.04997 21.7095 2.32725 22.0994 2.72648ZM12.1453 17.4438L5.21644 26.6046L14.3694 19.6679L12.1453 17.4438Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    transition: 0.5s;
}
.office.active h2.animated {
    opacity: 1;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
}
.office.active .office__cards.animated {
    width: 100%;
    opacity: 1;
}
.office .down { z-index: 2; }
/* Team */
.team { position: relative; }
.team::after {
    position: absolute;
    content: '';
    background: url(../img/ellipse-full.svg) center center/contain no-repeat;
    border-radius: 100%;
    filter: blur(259px);
    width: 100%;
    height: 85%;
    right: -10%;
    top: -50%;
    transform: translate(-50%, 50%);
}
.team__wrapper {
    overflow: hidden;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    padding-right: 111px;
    gap: 80px;
}
.team__wrapper h2 {
    padding-top: 120px;
    max-width: 538px;
    opacity: 0;
    margin-bottom: 24px;
    transform: translateX(100%) scale(1.5);
}
.team__wrapper.swiper-end { position: relative; }
.team__wrapper.swiper-end::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.team__sliders {
    display: flex;
    height: 100%;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.team__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team .swiper-slide .team__item-img {
    border: 1px solid rgba(255, 255, 255, 0.2);
    aspect-ratio: 1/1;
    background: var(--color-blue-900);
    border-radius: 100%;
}
.team .swiper-slide:nth-child(even) .team__item-img {
    border-color: var(--color-orange);
}
.team__item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.team__item-img {
    overflow: hidden;
    width: fit-content;
    border-radius: 50%;
    position: relative;
}
.team__item img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    transition: 0.7s;
}
.team__item:hover .team__inner {
    opacity: 1;
    visibility: visible;
}
.team__item:hover .team__item-img img { height: 105%; }
.team__inner {
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80%;
    z-index: 2;
}
.team__inner p {
    font-size: 18px;
    line-height: 120%;
    opacity: 0.5;
}
.team__inner p:first-child {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    text-shadow: 0 0 5px #000;
    opacity: 1;
}
.team .swiper {
    min-height: 100svh;
    overflow: visible;
}
.team .swiper-wrapper {
    min-height: 100svh;
    flex-direction: column;
    justify-content: flex-start;
}
.team .container { position: relative; }
.team .down {
    left: 20px;
    transform: translateX(0);
}
.team.active h2.animated {
    opacity: 1;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
}
.team__wrap .link {
    margin-left: 0;
    margin-top: 0;
}
.team-section .swiper-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.team .swiper-button-next,
.team .swiper-button-prev {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    margin-bottom: 8px;
    position: relative;
}
.team .swiper-button-next::before,
.team .swiper-button-prev::before {
    width: 34px;
    height: 34px;
    left: 50%;
    top: 50%;
}
.team .swiper-button-next::before { transform: translate(-50%, -50%) rotate(90deg); }
.team .swiper-button-prev::before { transform: translate(-50%, -50%) rotate(-90deg); }
.team .swiper-button-prev { margin-right: 0; }
.team .swiper-button-disabled {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.swiper-bottom {
    transform: translateY(70px);
    padding-bottom: 70px;
}
.swiper-bottom .swiper-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.swiper-top {
    padding-top: 70px;
    transform: translateY(-70px);
}
/* Services */
.services { position: relative; }
.services::before {
    position: absolute;
    content: '';
    left: 5%;
    top: 0;
    width: 60%;
    height: 100%;
    background: url('../img/ellipse-full.svg') center center/cover no-repeat;
    filter: blur(150px);
}
.services .fp-overflow {
    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;
}
.services__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-right: 66px;
}
.services__wrapper h2 {
    margin-bottom: 48px;
    opacity: 0;
    transform: matrix3d(2,0,0,0,0,1.02,0,0,0,0,1,0,0,0,0,1);
}
.services__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.services__items::after {
    content: '';
    display: table;
    clear: both;
}
.services__item {
    float: left;
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 78px 62px 58px;
    transition: 0.3s;
}
.services__item:nth-child(2n) {
    margin-right: 0;
}
.services__item-title {
    font-weight: 500;
    font-size: clamp(25px, 3.5vw, 48px);
    line-height: 120%;
    margin-bottom: 14px;
}
.services__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
}
.services .link {
    margin: 0;
    width: 56px;
    height: 56px;
}
.services .link::after {
    width: 42px;
    height: 42px;
}
.services.active h2.animated {
    opacity: 1;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
}
/* Contacts */
.contacts {
    overflow: hidden;
    position: relative;
}
.contacts::after {
    position: absolute;
    content: '';
    filter: blur(250px);
    left: 30%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url(../img/ellipse-full.svg) no-repeat center/contain;
    transform: translate(-70%, -50%);
    z-index: -1;
}
.contacts__inner h2 {
    margin-bottom: 16px;
    font-size: clamp(35px, 4vw, 56px);
    line-height: 136%;
}
.contacts__inner ul {
    overflow: hidden;
    max-width: 510px;
    margin-bottom: 16px;
}
.contacts__inner ul::after {
    content: '';
    display: table;
    clear: both;
}
.contacts__inner ul li {
    float: left;
    margin-right: 35px;
    margin-bottom: 16px;
}
.contacts__inner ul li:last-child {
    width: 100%;
    margin-right: 0;
}
.contacts__inner ul li span {
    font-size: 16px;
    line-height: 119%;
    display: block;
    margin-bottom: 12px;
    opacity: 0.4;
}
.contacts__inner ul li a,
.contacts__inner ul li p {
    font-weight: 600;
    font-size: clamp(18px, 1.8vw, 24px);
    font-feature-settings: 'lnum';
}
.contacts__inner ul li a { transition: 0.3s; }
.contacts__inner ul li a:hover { color: var(--color-orange); }
.contacts__text {
    max-width: 430px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 38px;
}
.contacts .link {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 40px;
}
.contacts__map {
    text-align: right;
    width: min(1400px, 100vw);
    position: absolute;
    right: -46%;
    top: 59%;
    transform: translateY(-50%);
}
.contacts__map img { max-width: 100%; }
.contacts__dot {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    padding: 8px;
}
.contacts__dot { z-index: 200; }
.contacts__dot.js-open { z-index: 300; }
.contacts__dot::before {
    position: absolute;
    content: '';
    background: var(--color-orange);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.contacts__dot::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background: var(--color-orange);
    opacity: 0.2;
    border-radius: 50%;
    animation: pulsate ease-in-out 2s infinite;
    pointer-events: none;
    transition: opacity 0.3s;
}
.contacts__dot-inner {
    padding: 33px 32px 36px 48px;
    text-align: left;
    border-radius: 8px;
    width: 517px;
    height: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    background: var(--color-blue-800);
    position: absolute;
    left: -105px;
    bottom: 100%;
}
.contacts__dot-inner.active {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 10;
}
.contacts__dot-inner.active .contacts__dot-toggle { transform: rotate(-45deg); }
.contacts__dot:has(.contacts__dot-inner.active)::before,
.contacts__dot:has(.contacts__dot-inner.active)::after { display: none; }
.contacts__dot-inner ul {
    overflow: hidden;
}
.contacts__dot-inner ul::after {
    content: '';
    display: table;
    clear: both;
}
.contacts__dot-inner ul li {
    float: left;
    margin-right: 40px;
    margin-bottom: 21px;
}
.contacts__dot-inner ul li:first-child {
    width: 100%;
    margin-right: 0;
}
.contacts__dot-inner ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    display: block;
    margin-bottom: 8px;
    opacity: 0.4;
}
.contacts__dot-inner ul li a,
.contacts__dot-inner ul li p {
    font-feature-settings: 'lnum';
    font-weight: 600;
    font-size: 18px;
}
.contacts__dot-inner ul li a { transition: 0.3s; }
.contacts__dot-inner ul li a:hover { color: var(--color-orange); }
.contacts__dot-1 {
    top: 48%;
    right: 78.56%;
}
.contacts__dot-2 {
    top: 32%;
    right: 72.81%;
}
.contacts__dot-3 {
    top: 48.68%;
    right: 63.88%;
}
.contacts__dot-4 {
    top: 37.66%;
    right: 57.05%;
}
.contacts__dot-4 .contacts__dot-inner {
    left: auto;
    right: -105px;
}
.contacts__dot-title {
    transition: 0.5s;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
    z-index: 1;
    margin-left: -16px;
}
.contacts__dot-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    min-width: 7px;
    height: 7px;
    background: var(--color-orange);
    border-radius: 50%;
}
.contacts__dot-toggle {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.0994 2.72648C23.7976 4.46523 27.755 8.5171 30.0161 10.6274L26.6798 11.7395L25.5678 10.6274L19.4513 16.7438C20.1871 18.9512 20.5634 21.2663 20.5634 23.593L20.5634 23.9723L7.98988 11.3988L8.36922 11.3988C10.696 11.3988 13.011 11.7751 15.2184 12.5109L21.3348 6.39445L20.2227 5.28237L21.3348 1.94614C21.4386 2.04997 21.7095 2.32725 22.0994 2.72648ZM12.1453 17.4438L5.21644 26.6046L14.3694 19.6679L12.1453 17.4438Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    transition: 0.5s;
    z-index: 5;
}
.contacts .container { position: relative; }
.contacts__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px 62px;
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    z-index: 100;
}
.contacts__copyright a,
.contacts__copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.5;
    transition: 0.3s;
    color: var(--color-white500);
}
.contacts__copyright p {
    margin-right: auto;
}
.contacts__copyright a:hover {
    opacity: 1;
    color: var(--color-orange);
}
.contacts__copyright a.contacts__logo { opacity: 1; }
.contacts__copyright a.contacts__logo img { width: 114px; }
.contacts .fp-overflow { overflow: hidden; }
.contacts .form { max-width: 538px; }
.contacts__slider { display: none; }
.team-section + .contacts-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -140px;
}
.employee + .contacts-page, .employee-swiper + .contacts-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}
.contacts-page::after {
    left: 50%;
    top: 93%;
    width: 150%;
    height: 100%;
    background: url(../img/ellipse-full.svg) no-repeat center/contain;
    transform: translate(-50%, -39%);
    z-index: -1;
}
.contacts-page .contacts__wrapper { padding: 290px 0 200px; }
.contacts-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -40px;
    z-index: 10;
}
.contacts-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    filter: blur(6px);
    background: linear-gradient(180deg, rgb(1 11 42) 24%, rgba(41, 53, 86, 0) 167%);
    z-index: 1;
}
.contacts__wrapper {
    position: relative;
    z-index: 1;
}
    /* Contacts page: map below form */
.contacts-page .contacts__map {
    top: 60%;
    left: auto;
    width: min(1400px, 100vw);
    right: -36%;
}
.contacts-page .contacts__inner h2 {
    font-size: clamp(35px, 4vw, 56px);
    line-height: 136%;
}
.select {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: fit-content;
    height: fit-content;
    display: block;
}
.select[data-state='active'] {
    z-index: 200;
    overflow: visible;
}
.select[data-state='active'] .select__title::after { transform: translateY(-50%) rotate(180deg); }
.select[data-state='active'] .select__content {
    opacity: 1;
    visibility: visible;
}
.select.active .form__error {
    margin-top: 10px !important;
    opacity: 1;
    padding: 10px 0;
}
.select__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    gap: 11px;
    border-radius: 40px;
    padding: 14px 20px;
    padding-right: 50px;
    z-index: 101;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
}
.select__title::after {
    transition: 0.2s;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-opacity='0.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.select__content {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    padding: 27px 30px;
    display: block;
    width: 270px;
    background: var(--color-grey-blue);
    border-radius: 20px;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    scrollbar-width: thin;
}
.select__content::-webkit-scrollbar { width: 10px; }
.select__content::-webkit-scrollbar-thumb {
    background: var(--color-orange);
    border-radius: 100px;
}
.select__input { display: none; }
.select__option:not(:last-child) { margin-bottom: 10px; }
.select__label {
    width: 100%;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    line-height: 119%;
    color: var(--color-white500);
    margin-bottom: 0 !important;
}
.select__label:hover { color: var(--color-orange); }
.separator {
    display: block;
    padding-top: 24px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* Form */
.form {
    position: relative;
    z-index: 1;
}
.form__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.form label.active textarea,
.form label.active input {
    color: var(--color-error);
    border-bottom: 1px solid rgba(255, 92, 92, 0.7);
}
.form label.active textarea::placeholder,
.form label.active input::placeholder {
    color: rgba(255, 92, 92, 0.7);
}
.form textarea,
.form input:not(.form-btn) {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    background: none;
    padding: 0 0 16px 0;
    font-size: 16px;
    line-height: 119%;
    margin-bottom: 32px;
    transition: 0.3s;
    border-radius: 0 !important;
    font-family: inherit;
    color: inherit;
}
.form textarea::placeholder,
.form input::placeholder {
    font-size: 16px;
    line-height: 119%;
    color: var(--color-white500);
}
.form textarea:hover,
.form textarea:focus,
.form input:hover,
.form input:focus {
    outline: none;
    border-bottom: 1px solid var(--color-white);
}
.form textarea {
    resize: none;
    height: 60px;
}
.form__inputs {
    margin-bottom: 32px;
}
.form__inputs::after {
    content: '';
    display: table;
    clear: both;
}
.form__inputs > * {
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
}
.form__inputs > *:nth-child(2n) {
    margin-right: 0;
}
.form__inputs input { margin-bottom: 0 !important; }
.form__input { height: 48px; }
.form__btn {
    padding: 16px 60px;
    background: var(--color-orange);
    font-size: 18px;
    line-height: 120%;
    border-radius: 40px;
    width: 100%;
    transition: 0.3s;
    height: 56px;
    cursor: pointer;
    border: 0;
    color: inherit;
    font-family: inherit;
}
.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.1);
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 250;
}
.modal-overlay .modal {
    border-radius: 10px;
    max-width: 650px;
    width: 95%;
    max-height: 90vh;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    background: var(--color-dark-blue);
    overflow-y: auto;
}
.modal-overlay .modal.active { display: block; }
.modal-overlay .modal__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 119%;
    text-align: center;
}
.modal-overlay .modal__wrapper {
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    padding: 97px 93px;
}
.modal-overlay .modal .h2 {
    font-weight: 600;
    font-size: clamp(35px, 3.5vw, 48px);
    line-height: 120%;
    text-align: center;
    margin-bottom: 16px;
}
.modal-overlay .modal .h2 span {
    color: var(--color-orange);
    font-weight: 600;
}
.modal-overlay .modal .close-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    background: url('../img/close.svg') center center/contain no-repeat;
}
.modal-overlay .modal-after img {
    width: 56px;
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
}
.modal-overlay .modal-after .modal__wrapper { padding: 70px 93px; }
.modal-overlay .modal.modal-auth {
    overflow: visible;
    overflow-y: visible;
}
.modal-auth .modal__wrapper { padding: 40px 44px; }
.auth-modal-inner {
    max-width: 400px;
    margin: 0 auto;
}
.auth-tabs {
    display: flex;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.auth-tab {
    flex: 1;
    background: none;
    border: 0;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}
.auth-tab.active {
    color: #fff;
    border-bottom-color: var(--color-orange);
}
.auth-tab:hover { color: #fff; }
.auth-hint {
    color: rgba(255,255,255,0.6);
    margin-bottom: 24px;
    font-size: 15px;
}
.auth-modal-inner label {
    display: block;
    margin-bottom: 18px;
}
.auth-modal-inner input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: #fff;
    padding: 0 0 12px;
    font-size: 16px;
    line-height: 1.2;
}
.auth-modal-inner input:focus {
    outline: 0;
    border-bottom-color: #fff;
}
.auth-modal-inner input::placeholder { color: rgba(255,255,255,0.5); }
.auth-modal-inner .auth-actions { margin-top: 10px; }
.auth-modal-inner .auth-submit {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 40px;
    background: var(--color-orange);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.auth-modal-inner .auth-submit:hover { opacity: 0.85; }
.auth-modal-inner .auth-status {
    min-height: 20px;
    margin-top: 14px;
    color: var(--color-orange);
    text-align: center;
    font-size: 14px;
}
.auth-modal-inner label.active input { border-bottom-color: var(--color-orange); }
.team-section {
    padding-bottom: 66px;
    position: relative;
    z-index: 11;
}
.team-section::after {
    position: absolute;
    content: '';
    background: url(../img/ellipse-full.svg) center center/contain no-repeat;
    border-radius: 100%;
    filter: blur(259px);
    width: 100%;
    height: 80%;
    left: 50%;
    top: -35%;
    transform: translateX(-50%);
}
.team-section__wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}
.team-section__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.team-section__inner .select { width: 180px; }
.team-section__clear {
    display: none;
    background: none;
    border: 0;
    color: var(--color-orange);
    font-size: 14px;
    font-family: inherit;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.team-section__clear:hover { opacity: 0.7; }
.team-section__clear.visible { display: inline-flex; }
.team-section__search {
    margin-left: auto;
    width: 315px;
    position: relative;
}
.team-section__search input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    background: none;
    padding: 14px 24px;
    padding-right: 50px;
    width: 100%;
    font-family: inherit;
    color: inherit;
}
.team-section__search input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #fff;
}
.team-section__search button {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2222 17.4444C14.6587 17.4444 17.4444 14.6587 17.4444 11.2222C17.4444 7.78578 14.6587 5 11.2222 5C7.78578 5 5 7.78578 5 11.2222C5 14.6587 7.78578 17.4444 11.2222 17.4444Z' stroke='%23323952' stroke-width='1.55556' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0005 19L15.6172 15.6167' stroke='%23323952' stroke-width='1.55556' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.team-section__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 17px;
    margin: -17px;
}
.team-section__item {
    overflow: hidden;
    height: 477px;
    display: flex;
    flex-direction: column;
    flex: 0 0 313px;
    transition: 0.7s;
    border-radius: 8px 8px 0 0;
}
.team-section__item-inner {
    border-radius: 9px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.7s;
    height: 100%;
    overflow: hidden;
}
.team-section__img {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
    transition: 0.5s;
    overflow: hidden;
    height: 395px;
    min-height: 395px;
    background: var(--color-dark-blue);
}
.team-section__img img {
    transition: 0.5s;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.team-section__img picture:nth-child(2) img {
    opacity: 0;
    position: absolute;
    top: 8px;
    visibility: hidden;
}
.team-section__img picture:has(+ picture) img { padding-top: 8px; }
.team-section__info { transition: max-height 0.5s; }
.team-section__name {
    display: block;
    width: fit-content;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 3px;
    transition: 0.3s;
}
.team-section__name:hover { color: var(--color-orange); }
.team-section__position {
    font-size: 18px;
    line-height: 119%;
    color: var(--color-white500);
}
.team-section__hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 9px;
}
.team-section__hidden .team-section__name {
    display: none;
    position: absolute;
    top: 36px;
    left: 36px;
    width: 48%;
    max-width: 150px;
}
.team-section__text {
    text-align: right;
    font-size: 18px;
    line-height: 120%;
    color: var(--color-white500);
    position: absolute;
    top: 31px;
    right: 19px;
}
.team-section__mail {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.team-section__mail span {
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-white500);
    display: block;
    margin-bottom: 4px;
}
.team-section__mail a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-all;
    transition: 0.3s;
}
.team-section__mail a:hover { color: var(--color-orange); }
.team-section__item-inner { cursor: pointer; }
.team-section__mail a {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.team-section .more {
    position: relative;
    margin-top: 71px;
    width: fit-content;
    margin-bottom: -110px;
}
.team-section .more:hover { font-size: inherit; }
.team-nav-wrapper {
    position: relative;
}
.team-arrow {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    padding: 0;
    flex-shrink: 0;
}
.team-arrow::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: url('../img/arrow.svg') center center/cover no-repeat;
}
.team-arrow--left {
    left: -56px;
}
.team-arrow--left::after {
    transform: rotate(180deg);
}
.team-arrow--right {
    right: -56px;
}
.team-arrow:hover {
    background: var(--color-orange);
}
.team-arrow:hover::after {
    filter: none;
}
.team-arrow--disabled {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: default;
    pointer-events: none;
}
.team-arrows-bottom {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}
.team-arrows-bottom .team-arrow {
    position: static;
    transform: none;
}
.bg:has(+ .team-section) {
    height: 480px;
    background-position-y: 100% !important;
}
.bg:has(+ .team-section)::after {
    filter: blur(180px);
    left: 50%;
    top: 0;
    width: 80%;
    height: 383px;
    background: url(../img/ellipse-full.svg) no-repeat center/cover;
    transform: translate(-40%, -28%);
    z-index: 1;
}
.bg:has(+ .team-section)::before {
    background: linear-gradient(to top, var(--color-dark-blue) 0, transparent 50%, transparent 100%);
}
.search-section {
    padding-bottom: 54px;
    min-height: 400px;
}
.search-section__wrapper { height: 100%; }
.search-section__wrapper form { position: relative; }
.search-section__wrapper form input {
    border: 1px solid var(--color-white);
    border-radius: 40px;
    width: 100%;
    background: none;
    padding: 17px 100px 17px 32px;
    height: 56px;
    font-family: inherit;
    color: inherit;
    font-size: 16px;
}
.search-section__wrapper form input:focus + .search-drop {
    opacity: 1;
    visibility: visible;
}
.search-section__wrapper form button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 152px;
    height: 42px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: var(--color-orange);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-section .more {
    position: relative;
    margin-top: 34px;
    width: fit-content;
}
.bg:has(+ .search-section) {
    height: 400px;
    background-position-y: 100% !important;
}
.bg:has(+ .search-section)::after {
    filter: blur(150px);
    width: 64%;
    height: 23%;
    left: 50%;
    top: 20%;
}
.search-section__items {
    position: relative;
    margin-top: 30px;
}
.search-section__item {
    display: block;
    padding: 47px;
    border: 1px solid var(--color-slate-700);
    border-radius: 20px;
    transition: 0.3s;
}
.search-section__item:hover {
    box-shadow: 3px 3px 10px 2px var(--color-orange);
    background: linear-gradient(90deg, var(--color-blue-700) 0%, var(--color-blue-600) 100%);
}
.search-section__item:hover .link {
    width: fit-content;
    padding-left: 37px;
    padding-right: 12px;
    gap: 15px;
}
.search-section__item:hover .link span {
    opacity: 1;
    width: fit-content;
}
.search-section__item-title {
    font-weight: 600;
    font-size: clamp(35px, 3.5vw, 48px);
    line-height: 86%;
    letter-spacing: 0.04em;
    color: var(--color-white);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.search-section__item-title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 81px;
    height: 1px;
    background: var(--color-orange);
}
.search-section__item:not(:last-child) { margin-bottom: 30px; }
.search-section__item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--color-white);
    margin-bottom: 20px;
}
.search-section__item .link { margin: 0; }
.about-section {
    position: relative;
    z-index: 11;
}
.about-section__wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    margin-bottom: 34px;
    position: relative;
    overflow: visible;
}
.about-section__img {
    position: relative;
    height: fit-content;
}
.about-section__img img {
    margin-top: -150px;
    max-width: 745px;
    width: 100%;
    mask-image: linear-gradient(to bottom, var(--color-blue-900) 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, var(--color-blue-900) 80%, transparent 100%);
}
.about-section__inner {
    position: relative;
    z-index: 2;
}
.about-section__inner p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 32px;
}
.about-section .btn { margin-top: 40px; }
.about-section__title { margin-bottom: 21px; }
.about-section__block {
    position: relative;
    z-index: 1;
}
.about-section__block:not(:last-child) { margin-bottom: 105px; }
.about-section__block h2 {
    font-weight: 600;
    font-size: clamp(35px, 3.5vw, 48px);
    line-height: 86%;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}
.about-section__block p {
    break-inside: avoid;
    font-size: 18px;
    line-height: 140%;
}
.about-section__block p:not(:last-child) { margin-bottom: 20px; }
.about-section__block p:has(+ .separator) { margin-bottom: 40px; }
.about-section__block-inner {
    columns: 2;
    column-gap: 80px;
}
.bg:has(+ .about-section) {
    height: 800px;
    background-position-y: 100% !important;
}
.bg:has(+ .about-section)::after {
    filter: blur(95px);
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 383px;
    background: url(../img/ellipse-full.svg) no-repeat center/cover;
    transform: translate(-40%, -28%);
    z-index: 1;
}
.bg:has(+ .about-section)::before {
    background: linear-gradient(to top, var(--color-dark-blue) 0, transparent 50%, transparent 100%);
}
.employee {
    position: relative;
    z-index: 11;
    user-select: text;
    -webkit-user-select: text;
}
.employee::after {
    position: absolute;
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, rgb(31, 72, 214) 61.263%, rgb(255, 255, 255) 100%);
    border-radius: 100%;
    filter: blur(400px);
    width: 64%;
    height: 23%;
    left: 50%;
    top: -29%;
    transform: translateX(-50%);
}
.employee__wrapper {
    position: relative;
    z-index: 2;
}
.employee__title {
    font-size: clamp(35px, 4vw, 56px);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.employee__item {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.4fr 1fr;
}
.employee__item p {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 140%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.employee__item p:has(+ ul) { margin-bottom: 10px; }
.employee__item ul:not(:last-child) { margin-bottom: 32px; }
.employee__img {
    position: relative;
    height: fit-content;
    width: fit-content;
    margin-left: auto;
}
.employee__inner {
    padding-bottom: 94px;
    width: 100%;
    min-width: 0;
}
.employee__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}
.employee__contacts { position: relative; }
.employee__contacts li:not(:last-child) { margin-bottom: 16px; }
.employee__contacts li span {
    font-size: 16px;
    line-height: 119%;
    color: var(--color-white500);
    display: block;
    margin-bottom: 10px;
}
.employee__contacts li p,
.employee__contacts li a {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    word-break: break-all;
}
.employee__contacts li a { transition: 0.3s; }
.employee__contacts li a:hover { color: var(--color-orange); }
.employee__list {
    padding-left: 18px;
    list-style: disc;
}
.employee__list li {
    font-size: 18px;
    line-height: 140%;
}
.employee__list li:not(:last-child) { margin-bottom: 16px; }
.employee__list li::marker { color: var(--color-orange); }
.employee__img img {
    margin-top: -30px;
    width: auto;
    height: 674px;
    object-fit: contain;
    mask-image: linear-gradient(to bottom, var(--color-blue-900) 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, var(--color-blue-900) 80%, transparent 100%);
}
.employee__img-mobile { display: none; }
.employee__next-name {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin-left: 22px;
    display: block;
    width: clamp(220px, 26vw, 420px);
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-overflow: ellipsis;
}
.employee .swiper-button-next,
.employee .swiper-button-prev {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}
.employee .swiper-button-next::before,
.employee .swiper-button-prev::before {
    width: 40px;
    height: 40px;
}
.employee .swiper-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 120;
}
.employee .swiper-button-prev { margin-right: 0; }
.employee .swiper-button-disabled {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.employee .swiper-button-next:hover:not(.swiper-button-disabled),
.employee .swiper-button-prev:hover:not(.swiper-button-disabled) { background: var(--color-orange); }
.employee .swiper-button-next:hover:not(.swiper-button-disabled)::before,
.employee .swiper-button-prev:hover:not(.swiper-button-disabled)::before { filter: none; }
.employee .swiper-slide {
    height: 0;
    overflow: hidden;
}
.employee .swiper-slide-active {
    height: auto;
    overflow: visible;
}
.employee-swiper {
    position: relative;
    margin-top: -150px;
    padding-top: 150px;
}
.employee__wrapper { padding-bottom: 20px; }
@media (min-width: 1025px) and (hover: hover) {
    .employee-swiper {
        position: relative !important;
        overflow: hidden !important;
        padding-bottom: 0 !important;
        height: auto !important;
    }
    .employee .swiper-wrapper {
        height: auto !important;
        align-items: stretch;
    }
    .employee .swiper-scrollbar {
        display: none !important;
    }
    .employee .swiper-slide {
        height: 0 !important;
        overflow: hidden !important;
    }
    .employee .swiper-slide-active {
        height: auto !important;
        overflow: visible !important;
    }
    .employee__item {
        position: relative;
        height: auto !important;
        padding-left: 0;
    }
    .employee__inner {
        overflow: visible !important;
    }
    .employee .swiper-inner {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        flex-shrink: 0 !important;
        margin-top: 0;
    }
    .employee .swiper-button-prev {
        position: absolute;
        left: -80px;
        top: calc(50vh - 60px);
        transform: translateY(-50%);
        z-index: 120;
    }
    .employee .swiper-button-next {
        position: absolute;
        right: -56px;
        top: calc(50vh - 60px);
        transform: translateY(-50%);
        z-index: 120;
    }
    .employee__next-name {
        display: none;
    }
    .employee__inner {
        padding-bottom: 0;
    }
    .employee__img {
        position: absolute;
        right: 0;
        top: 0;
        width: calc((100% - 30px) / 2.4);
        /*height: 100%;*/
        display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .employee-swiper {
        overflow: visible !important;
    }
    .employee-swiper,
    .employee .swiper-wrapper,
    .employee .swiper-slide {
        overflow-anchor: none;
    }
    .employee__img img {
        margin-top: -114px !important;
        height: 100% !important;
        width: auto;
        object-fit: contain;
        object-position: top;
    }
}
.bg:has(+ .employee) {
    height: 400px;
    background-position-y: 100% !important;
}
.bg:has(+ .employee)::after {
    filter: blur(200px);
    left: 50%;
    top: 0;
    width: 80%;
    height: 383px;
    background: url(../img/ellipse-full.svg) no-repeat center/cover;
    transform: translate(-40%, -28%);
    z-index: 1;
}
.bg:has(+ .employee)::before {
    background: linear-gradient(to top, var(--color-dark-blue) 0, transparent 50%, transparent 100%);
}
.contacts-section { margin-bottom: 40px; }
.contacts-section picture { width: auto; }
.contacts-section__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
}
.contacts-section__wrapper img {
    margin-top: -78px;
    max-width: 690px;
    width: 100%;
}
.contacts-section__wrapper ul {
    display: flex;
    align-items: center;
    gap: 54px;
    margin-bottom: 40px;
}
.contacts-section__wrapper ul li span {
    font-size: 16px;
    line-height: 119%;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-bottom: 12px;
}
.contacts-section__wrapper ul li a,
.contacts-section__wrapper ul li p {
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
}
.contacts-section__wrapper ul li a { transition: 0.3s; }
.contacts-section__wrapper ul li a:hover { color: var(--color-orange); }
.contacts-section__inner { margin-right: -130px; }
.contacts-section__title { margin-bottom: 22px; }
.contacts-section__text {
    font-size: 18px;
    line-height: 140%;
    max-width: 538px;
    margin-bottom: 34px;
}
.contacts-section__item {
    overflow: hidden;
    border-radius: 20px;
    padding: 0 40px 0 112px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: 0.5s;
    display: flex;
    gap: 20px;
}
.contacts-section__item:hover {
    box-shadow: 0 4px 20px 1px rgba(252, 89, 30, 0.3);
    background: var(--color-dark-blue);
}
.contacts-section__item:nth-child(odd) {
    flex-direction: row-reverse;
    padding: 0 112px 0 40px;
    justify-content: space-between;
}
.contacts-section__item:nth-child(odd) .contacts-section__item-title {
    left: auto;
    right: 40px;
    padding-left: 0;
    padding-right: 50px;
}
.contacts-section__item:nth-child(odd) .contacts-section__item-title::before {
    left: auto;
    right: 0;
}
.contacts-section__item img {
    width: 538px;
    height: 356px;
    object-fit: contain;
    object-position: bottom;
    margin-top: auto;
}
.contacts-section__item ul { padding: 40px 0; }
.contacts-section__item ul li span {
    font-size: 16px;
    line-height: 119%;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-bottom: 10px;
}
.contacts-section__item ul li a,
.contacts-section__item ul li p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}
.contacts-section__item ul li a { transition: 0.3s; }
.contacts-section__item ul li a:hover { color: var(--color-orange); }
.contacts-section__item ul li:not(:last-child) { margin-bottom: 16px; }
.contacts-section__item:not(:last-child) { margin-bottom: 30px; }
.contacts-section__item-title {
    transition: 0.5s;
    font-weight: 600;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 120%;
    position: absolute;
    top: 40px;
    left: 40px;
    padding-left: 50px;
    z-index: 1;
    width: fit-content;
}
.contacts-section__item-title::before {
    transition: 0.9s;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: var(--color-orange);
    border-radius: 50%;
    z-index: -1;
}
.bg:has(+ .contacts-section) { height: 700px; }
.bg:has(+ .contacts-section)::after {
    filter: blur(95px);
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 283px;
    background: url(../img/ellipse-full.svg) no-repeat center/cover;
    transform: translate(-50%, -28%);
    z-index: 1;
}
.bg:has(+ .contacts-section)::before {
    background: linear-gradient(to top, var(--color-dark-blue) 0, transparent 50%, transparent 100%);
}
.description {
    position: relative;
    margin-bottom: 31px;
}
.description p {
    font-size: 18px;
    line-height: 140%;
}
.description p:not(:last-child) { margin-bottom: 20px; }
.description p:has(+ .description__inner) { margin-bottom: 84px; }
.description__control {
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    padding: 23px 45px 19px;
    margin-top: 38px;
    margin-bottom: 60px;
}
.description__control ul {
    display: flex;
    justify-content: space-between;
    gap: clamp(40px, 12vw, 161px);
    list-style: disc;
    padding-left: 18px;
}
.description__control ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    transition: 0.3s;
}
.description__control ul li a:hover { color: var(--color-orange); }
.description__control ul li::marker {
    font-size: 22px;
    color: var(--color-orange);
}
.description__list { max-width: 600px; }
.description__list li { white-space: nowrap; }
.description__inner {
    padding: 35px 50px 35px 56px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: 0.3s;
}
.description__inner:not(:last-child) { margin-bottom: 60px; }
.description__inner h2 {
    font-size: clamp(25px, 3.5vw, 48px);
    line-height: 86%;
    position: relative;
    margin-bottom: 41px;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.description__inner h2::before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    width: 81px;
    height: 1px;
    background: var(--color-orange);
}
.description__inner ul {
    list-style: disc;
    padding-left: 18px;
    columns: 2;
    column-gap: 60px;
}
.description__inner ul li {
    font-size: 18px;
    line-height: 140%;
}
.description__inner ul li::marker {
    font-size: 22px;
    color: var(--color-orange);
}
.description__inner ul li:not(:last-child) { margin-bottom: 16px; }
.description__block {
    padding: 29px 44px 29px 54px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
}
.description__block:not(:last-child) { margin-bottom: 60px; }
.description__block p { margin: 0; }
.description__block p:first-child {
    flex: 0 0 200px;
    font-weight: 700;
}
.description__block p:last-child {
    flex: 1;
    line-height: 123%;
}
.bg:has(+ .description) { height: 700px; }
.footer {
    position: relative;
    padding-bottom: 41px;
    background: linear-gradient(rgba(0, 9, 40, 0) 0%, var(--color-dark-blue) 100%);
}
.footer__wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    margin-bottom: 24px;
}
.footer__logo {
    float: left;
    margin-right: 83px;
}
.footer__wrapper ul {
    overflow: hidden;
}
.footer__wrapper ul li {
    float: left;
    width: calc(33.333% - 20px);
    margin-right: 30px;
}
.footer__wrapper ul li:last-child { margin-right: 0; }
.footer__wrapper ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-bottom: 10px;
}
.footer__wrapper ul li a {
    font-weight: 600;
    font-size: clamp(18px, 1.8vw, 24px);
    font-feature-settings: 'lnum';
    transition: 0.3s;
}
.footer__wrapper ul li a:hover { color: var(--color-orange); }
.footer__logo img { width: 140px; }
.footer__bottom {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    overflow: hidden;
}
.footer__bottom p { float: left; }
.footer__bottom a { float: right; }
.footer__bottom a,
.footer__bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: var(--color-white500);
    opacity: 0.5;
}
@media (min-width: 1025px) and (hover: hover) {
    .team__item-img::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(180deg, rgba(3, 11, 45, 0) 0%, var(--color-blue-650));
        height: 50%;
        width: 100%;
        transition: 0.7s;
    }
    .team__item:hover .team__item-img::before { opacity: 1; }
    .services__item:hover {
        box-shadow: 3px 3px 10px 2px var(--color-orange);
        background: linear-gradient(90deg, var(--color-blue-700) 0%, var(--color-blue-600) 100%);
    }
    .services__item:hover .link {
        width: fit-content;
        padding-left: 37px;
        padding-right: 12px;
        gap: 15px;
    }
    .services__item:hover .link span {
        opacity: 1;
        width: fit-content;
    }
    .login a:hover {
        border: 1px solid var(--color-orange);
        background: var(--color-orange);
    }
    .login a:active {
        color: var(--color-orange);
        border: 1px solid var(--color-white);
    }
    .login a:active::before {
        background: var(--color-white);
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 15.75H22.3125' stroke='%23FC591E' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 9.1875L22.3125 15.75L15.75 22.3125' stroke='%23FC591E' stroke-width='1.42857' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 93% 50%;
        background-size: 32px 32px;
    }
    .header__login-page:hover {
        background: var(--color-orange);
        border-color: var(--color-orange);
    }
    .office__card:hover .office__card-title { padding-left: 0; }
    .office__card:hover .office__card-title::before { left: 50%; }
    .office__card:hover ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(20%);
    }
    .office__card:hover img {
        opacity: 0;
        transform: translate(-50%, 50%);
    }
    .office__card:hover .office__toggle {
        opacity: 1;
        visibility: visible;
    }
    .contacts__dot {
        padding: 0;
        margin: 8px 8px 0 0;
    }
    
    .contacts__dot.js-open .contacts__dot-inner {
        transition: 0.5s;
        opacity: 1;
        visibility: visible;
        height: auto;
        z-index: 1000;
        pointer-events: auto;
    }
    .contacts__dot:first-child .contacts__dot-inner {
        bottom: auto;
        top: 100%;
    }
    .contacts__dot.js-open::after, .contacts__dot.js-open::before { display: none; }
    .contacts__dot-3 .contacts__dot-inner {
        left: auto;
        right: 0;
    }
    .contacts__dot-4 .contacts__dot-inner {
        bottom: auto;
        top: 100%;
    }
    .team-section__items {
        clip-path: inset(-17px -200px);
    }
    .team-section__item {
        min-width: 0;
        flex: 0 0 313px;
        position: relative;
        transition: flex-basis 0.6s ease;
    }
    .team-section__item-inner {
        transition: background 0.5s ease-in-out;
    }
    .team-section__item.active {
        border-radius: 8px;
        flex: 0 0 calc(37% - 20px);
        z-index: 5;
    }
    .team-section__item.shrink {
        flex: 0 0 calc(21% - 20px);
    }
    /* hover: allow box-shadow through overflow */
    .team-section__item:has(.team-section__item-inner:hover) { overflow: visible; }
    .team-section__item-inner:hover { overflow: visible; }
    /* hover: border highlight and background */
    .team-section__item-inner:hover .team-section__img {
        background: linear-gradient(90deg, #101d49 0%, #152764 100%);
        box-shadow: 0 0 12px 3px var(--color-orange);
    }
    .team-section__item-inner:hover .team-section__img img {
        height: 100%;
        left: 45%;
        width: 150%;
    }
    /* hover: contacts overlay */
    .team-section__item-inner:hover .team-section__hidden {
        opacity: 1;
        visibility: visible;
        height: 395px;
    }
    .team-section__item-inner:hover .team-section__text { display: none; }
    .description__inner:hover {
        box-shadow: 3px 3px 10px 2px var(--color-orange);
        background: linear-gradient(90deg, var(--color-blue-700) 0%, var(--color-blue-600) 100%);
    }
    /* prevent internal scrollbar from fullpage 4.0.19 CSS */
    #fullpage .fp-is-overflow > .fp-overflow { overflow: hidden; }
    /* suppress hero logo fly-in on initial load */
    .main.fp-no-init-anim .animated { transition: none !important; }
}
/* 1350 */
@media (max-width: 1350px) {
    .team__wrapper { gap: 40px; }
    .contacts__dot-inner {
        left: 50%;
        transform: translateX(-50%);
    }
    .contacts__dot-4 .contacts__dot-inner { transform: translateX(0%); }
    .header__menu { margin-right: 0; }
    .fixed__nav { margin-right: 0; }
    .content:not(:has(#fullpage)) > .fixed .fixed__nav { left: 8px; }
    .content:has(#fullpage) > .fixed .fixed__nav { transform: translateX(calc(-50% - 64.5px)); }
    .content:has(#fullpage) > .fixed .nav { transform: translateX(calc(-50% - 64.5px)); }
    .content:has(#fullpage) > .fixed.hidden-animation .nav { transform: translate(calc(-50% - 64.5px), -12px); }
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts-page:has(.form-shell) .contacts__map { right: -41%; }
}
/* 1250 */
@media (max-width: 1250px) {
    /* dot-4 falls behind fp-nav (map transform creates stacking context).
       Make fp-nav background transparent to mouse but keep nav dots clickable */
    #fp-nav { pointer-events: none; }
    #fp-nav ul li a { pointer-events: auto; }
    .contacts .contacts__wrapper { z-index: auto; }
    .search:has(input:focus) { padding-left: 0; }
    .team-section + .contacts-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
    }
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts-page:has(.form-shell) .contacts__map {
        top: 66%;
        margin-top: 0;
        left: 0;
    }
    .contacts-page .contacts__wrapper { padding: 0 0 900px; }
    .contacts-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        padding-top: 44px;
    }
    .contacts-section__wrapper ul {
        flex-wrap: wrap;
        gap: 27px;
    }
    .contacts-section__item:nth-child(odd) .contacts-section__item-title { right: 30px; }
    .contacts-section__item-title { left: 30px; }
    .contacts-section__item img { width: 450px; }
    .contacts-section__item:nth-child(odd),
    .contacts-section__item { padding: 0 30px; }
    .about-section__wrapper img { margin-top: -95px; }
    .contacts__dot-inner {
        left: auto;
        right: -20px;
        transform: translateX(0%);
        bottom: 0;
        width: 360px;
    }
    .contacts__dot:first-child .contacts__dot-inner {
        top: auto;
        bottom: -6px;
    }
    .contacts__dot-4 .contacts__dot-inner {
        right: 0;
        top: auto;
        bottom: 0;
    }
    .contacts__dot-inner ul li { width: 100%; }
    .contacts__map {
        right: -60%;
        margin-top: 101px;
    }
    .header .nav__list { gap: 50px; }
}
/* tablet + mobile (includes modern touch-tablets in landscape, e.g. iPad Air 1180px) */
@media (max-width: 1025px),
       ((hover: none) and (pointer: coarse) and (min-width: 1025px) and (max-width: 1400px)) {
    .services .fp-overflow {
        display: block;
        height: auto;
        overflow: visible !important;
    }
    .about::after,
    .contacts::after,
    .services::before,
    .team::after,
    .office::after,
    .office::before,
    .about::after {
        opacity: 0.4;
        filter: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }
    .about::before { display: none; }
    .about::after {
        height: 250%;
        top: -50%;
        width: 200%;
        transform: translate(-50%, 0%);
        left: 6%;
    }
    .team {
        position: relative;
        z-index: 1;
    }
    .team .container { position: static; }
    .team .down, .services .down { display: none; }
    .team .swiper { min-height: auto; }
    .team-section .swiper-inner { display: block !important; }
    .swiper-top {
        padding-top: 20px;
        transform: none;
    }
    .team__sliders { max-height: 1030px; }
    .team__wrap { width: 100%; }
    .team__item {
        display: flex;
        flex-direction: column;
    }
    .team__wrapper h2 {
        padding-top: 0;
        opacity: 1;
        transform: none;
    }
    .team .swiper-slide .team__item-img {
        width: 250px;
        height: auto;
        aspect-ratio: auto;
        overflow: visible;
        border: none;
        background: none;
        border-radius: 0;
    }
    .team .swiper-slide .team__item-img picture {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: var(--color-blue-900);
    }
    .team .swiper-slide:nth-child(even) .team__item-img picture {
        border-color: var(--color-orange);
    }
    .team .swiper-slide .team__item-img picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 12%;
    }
    .team__inner {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 16px;
        padding-left: 11px;
    }
    .swiper-bottom { display: none; }
    .office {
        padding: 64px 0 107px;
        background: none !important;
    }
    .office__cards {
        opacity: 1;
        transform: none;
        left: 0;
        width: 100%;
    }
    .office__card {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .office__card-title { margin-bottom: 46px; }
    .office__card::before {
        animation: animHand ease-in-out 2s infinite;
        position: absolute;
        content: '';
        top: 25px;
        right: 25px;
        background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4437_8135)'%3E%3Cpath d='M24.4772 14.8149H24.4283C23.4898 14.8149 22.6997 15.6126 22.6997 16.6379V18.059C22.6975 18.1936 22.6424 18.3218 22.5465 18.4162C22.4505 18.5105 22.3214 18.5634 22.1868 18.5634C22.0522 18.5634 21.9231 18.5105 21.8271 18.4162C21.7312 18.3218 21.6761 18.1936 21.6739 18.059V15.4349C21.6739 14.4096 20.9294 13.5755 19.9912 13.5755C19.0478 13.5755 18.3033 14.4096 18.3033 15.4349V18.2162C18.301 18.3508 18.246 18.479 18.15 18.5733C18.0541 18.6677 17.9249 18.7205 17.7903 18.7205C17.6558 18.7205 17.5266 18.6677 17.4307 18.5733C17.3347 18.479 17.2797 18.3508 17.2774 18.2162V14.6711C17.2774 13.6462 16.5034 12.8365 15.5651 12.8365H15.5131C14.5982 12.8365 13.8335 13.6044 13.8335 14.5939V18.5857C13.8312 18.7203 13.7762 18.8485 13.6802 18.9429C13.5843 19.0372 13.4551 19.0901 13.3205 19.0901C13.186 19.0901 13.0568 19.0372 12.9609 18.9429C12.8649 18.8485 12.8099 18.7203 12.8076 18.5857V14.7095C12.8076 14.6969 12.8061 14.6838 12.8061 14.6709C12.8061 14.6394 12.8076 14.6079 12.8076 14.5768V5.51435C12.8076 4.48908 12.0338 3.65527 11.0959 3.65527C10.1576 3.65527 9.38418 4.48878 9.38344 5.51317L9.37304 20.5413C9.37296 20.647 9.34023 20.7501 9.27932 20.8366C9.21841 20.923 9.1323 20.9885 9.03275 21.0241C8.93324 21.0598 8.82515 21.0638 8.72328 21.0356C8.62141 21.0074 8.53074 20.9484 8.46369 20.8667L6.66932 18.6824C6.4352 18.3892 6.14318 18.1473 5.81146 17.9719C5.47975 17.7965 5.11545 17.6913 4.74129 17.6629C4.37496 17.6387 4.00757 17.6902 3.66202 17.8142C3.31647 17.9382 3.00016 18.132 2.73281 18.3837C2.72644 18.3894 2.71991 18.3963 2.71303 18.402L2.36182 18.6956L8.58305 30.6512C9.56517 32.5384 11.4222 33.7199 13.429 33.7199H20.6206C23.681 33.7199 26.1732 31.0273 26.1764 27.7291C26.178 25.9825 26.1798 24.6724 26.1812 23.6171C26.1849 20.796 26.1861 19.7584 26.1789 16.6508C26.1767 15.6283 25.4132 14.8149 24.4772 14.8149Z' fill='white'/%3E%3Cpath d='M6.42905 5.69376C6.71241 5.69376 6.94198 5.46418 6.94198 5.18083C6.93902 4.45295 7.1282 3.73718 7.4904 3.10581C7.8526 2.47444 8.375 1.94984 9.00483 1.58498C9.63469 1.22011 10.3497 1.02796 11.0776 1.02794C11.8055 1.02793 12.5205 1.22004 13.1504 1.58488C13.7803 1.94972 14.3027 2.47436 14.6648 3.10577C15.027 3.73718 15.2161 4.453 15.213 5.1809C15.2152 5.31544 15.2703 5.44369 15.3662 5.53803C15.4622 5.63237 15.5913 5.68523 15.7259 5.68523C15.8604 5.68523 15.9896 5.63237 16.0856 5.53803C16.1815 5.44369 16.2365 5.31544 16.2388 5.1809C16.2459 3.33245 15.2636 1.62103 13.6639 0.694754C12.8779 0.239657 11.9858 5.40127e-06 11.0776 0C10.1694 -5.40109e-06 9.27721 0.239635 8.49123 0.694724C7.70525 1.14981 7.05327 1.80423 6.60111 2.59191C6.14896 3.37958 5.91266 4.27261 5.91605 5.18083C5.91605 5.46418 6.14584 5.69376 6.42898 5.69376H6.42905Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4437_8135'%3E%3Crect width='33.72' height='33.72' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 34px;
        height: 34px;
    }
    .office__card::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    /* keep orange circle visible when pinned, only hide the click overlay */
    .office__card.active::after { display: none; }
    .office__card.active .office__toggle {
        transform: rotate(-45deg);
        opacity: 1;
        visibility: visible;
    }
    /* city name stays static when card is pinned */
    .office__card-title {
        transition: none !important;
        padding-left: 40px !important;
    }
    .office__card.active .office__card-title { padding-left: 40px !important; }
    /* keep orange circle visible when card is pinned */
    .office__card.active .office__card-title::before {
        opacity: 1 !important;
        visibility: visible !important;
        left: 0 !important;
    }
    .office__card.active ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        margin-bottom: 0;
    }
    .office__card.active img {
        opacity: 0;
        transform: translate(-50%, 50%);
    }
    .contacts__copyright {
        bottom: 31px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 0;
    }
    .contacts__copyright p,
    .contacts__copyright a {
        float: none;
        margin: 0 0 8px;
    }
    .contacts__copyright a.contacts__logo {
        order: 1;
        margin-bottom: 0;
        margin-left: auto;
    }
    .contacts__dot.js-open .contacts__dot-inner {
        opacity: 0;
        visibility: hidden;
        height: 0;
        pointer-events: none;
    }
    .contacts__dot-toggle { display: none; }
    .contacts__slider {
        display: block;
        position: fixed;
        width: calc(100vw - 40px);
        max-height: 80vh;
        overflow-y: auto;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s, opacity 0.3s;
        z-index: 100;
    }
    .contacts__slider.active {
        opacity: 1;
        visibility: visible;
    }
    .contacts__slider .contacts__dot-inner {
        height: fit-content;
        width: 100%;
        opacity: 1;
        visibility: visible;
        position: static;
    }
    .contacts__slider .swiper { height: 100%; }
    .contacts__slider .swiper-button-next,
    .contacts__slider .swiper-button-prev {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        width: 36px;
        height: 36px;
    }
    .contacts__slider .swiper-inner {
        display: flex;
        align-items: center;
        gap: 6px;
        position: absolute;
        right: 19px;
        top: 20px;
        z-index: 1;
    }
    .contacts__slider .swiper-button-prev { margin-right: 0; }
    .contacts__slider .swiper-button-disabled {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .contacts__content { position: relative; }
    .contacts__map {
        margin-top: 0;
        transform: translateY(0%);
        top: 20%;
        right: auto;
        left: -80px;
    }
    .contacts__map img { width: 100%; }
    .contacts__wrapper { padding-bottom: 107%; }
    .contacts-page .contacts__wrapper { padding-bottom: 107%; }
    .contacts-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 44px;
    }
    .contacts { padding-top: 44px; }
    .contacts .logo-mobile { margin-bottom: 48px; }
    .contacts .link {
        width: 170px;
        height: 46px;
        justify-content: space-between;
        padding: 7px 27px;
        padding-right: 10px;
        margin-bottom: 27px;
    }
    .contacts .link span {
        opacity: 1;
        width: fit-content;
    }
    .contacts-page::before { display: none; }
    .about {
        overflow: hidden;
        padding: 70px 0;
    }
    .about .logo-mobile { margin-bottom: 78px; }
    .about h2 { margin-bottom: 45px; }
    .about__texts {
        flex-direction: column;
        gap: 45px;
        align-items: flex-start;
    }
    .services { padding: 44px 0 120px; }
    .services .logo-mobile { margin-bottom: 65px; }
    .services__wrapper h2 {
        opacity: 1;
        transform: none;
        margin-bottom: 29px;
    }
    .main {
        position: relative;
        z-index: 2;
    }
    .main::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(180deg, rgba(5, 13, 37, 0) 0%, var(--color-blue-900) 100%);
        z-index: 1;
    }
    .main .down { bottom: 49px; }
    .header.active + .main__wrapper { min-height: 100svh; }
    .main__wrapper {
        min-height: 500px;
        padding: 178px 0 208px;
    }
    .main .animated {
        transform: translate(-50%, -50%);
        width: 215px !important;
    }
    h2 {
        font-size: clamp(35px, 5vw, 50px);
        line-height: 98%;
    }
    .header { padding: 32px 0; }
    .header .logo img {
        width: 110px;
        margin-left: 11px;
    }
    .header__wrapper { gap: 9px; }
    .header.active .header__login-page,
    .header.active .header__search-btn,
    .header.active .login,
    .header.active .burger { z-index: 1000; }
    .header.active .burger p { display: block !important; }
    .header .nav .nav__text {
        font-weight: 300;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.04em;
        color: rgba(255, 255, 255, 0.5);
        opacity: 0.5;
    }
    .header .nav .nav__item.active .nav__text {
        font-weight: 600;
        opacity: 1;
    }
    .header .nav .nav__item {
        width: 100%;
        padding: 0 16px 17px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }
    .header .nav__list {
        flex-direction: column;
        gap: 13px;
        align-items: flex-start;
        padding: 29px 20px 16px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 44px;
    }
    .header .burger:has(+ .logo) p { display: none; }
    .header__search-btn {
        display: block;
        transition: 0.5s;
        border-radius: 100%;
        background: #fff;
        position: relative;
        will-change: transform;
        width: 36px;
        height: 36px;
        margin-left: auto;
    }
    .header__search-btn::before {
        transition: 0.5s;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 26px;
        height: 26px;
        background: url(../img/search.svg) center center/cover no-repeat;
    }
    .burger { display: flex; }
    .header__login-page {
        width: 35px;
        height: 35px;
    }
    .header__login-page:before {
        width: 21px;
        height: 21px;
    }
    .header__contacts {
        display: block;
        padding-top: 19px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
    }
    .header__contacts ul {
        overflow: hidden;
        margin-bottom: 27px;
    }
    .header__contacts ul::after {
        content: '';
        display: table;
        clear: both;
    }
    .header__contacts ul li {
        float: left;
        margin-right: 36px;
        margin-bottom: 26px;
    }
    .header__contacts ul li:nth-child(2n) { margin-right: 0; }
    .header__contacts ul li:last-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .header__contacts ul li span {
        font-weight: 400;
        font-size: 14px;
        line-height: 119%;
        display: block;
        margin-bottom: 9px;
        opacity: 0.4;
    }
    .header__contacts ul li a, .header__contacts ul li p {
        font-feature-settings: 'lnum';
        font-weight: 600;
        font-size: 18px;
    }
    .header__search {
        transition: all 0.3s ease-in-out;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        top: 31px;
        transform: translateX(-50%);
    }
    .header__search.active {
        opacity: 1;
        visibility: visible;
        z-index: 250;
    }
    .search input { padding: 14px 16px; }
    .header__menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: var(--color-blue-800);
        z-index: 100;
        padding: 103px 23px 45px;
        overflow-y: auto;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    .header__menu.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .header__contacts-btn {
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 40px;
        width: fit-content;
        padding: 14px 32px;
        padding-right: 70px;
        position: relative;
        will-change: transform;
        z-index: 1;
        transition: 0.5s;
    }
    .header__contacts-btn::before {
        position: absolute;
        content: '';
        background-color: var(--color-orange);
        border-radius: 100%;
        height: 38px;
        width: 38px;
        right: 6px;
        top: 50%;
        transition: 0.5s;
        transform: translateY(-50%);
        background-image: url('../img/arrow.svg');
        background-repeat: no-repeat;
        background-position: center;
    }
    .fixed {
        height: auto;
        padding: 12px 20px;
        gap: 10px;
        justify-content: center;
        background: var(--color-dark-blue);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .bg-lines { background-image: none !important; }
    .fixed .logo { display: none; }
    .fixed__nav {
        margin-right: 0;
        position: static !important;
        transform: none !important;
    }
    .fixed .nav__list {
        gap: 10px 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fixed .nav__text { font-size: 13px; }
    .fixed .nav { transform: none !important; }
    .fixed .search { display: none; }
    .fixed .header__login-page { display: none; }
    #fp-nav.fp-right { display: none; }
    .logo-mobile {
        display: block;
        width: fit-content;
    }
    .logo-mobile img { width: 112px; }
    .link::after {
        width: 38px;
        height: 38px;
    }
    .link {
        width: 51px;
        height: 51px;
    }
    .down { bottom: 44px; }
    .contacts__wrapper, .services__wrapper, .team__wrapper, .about__wrapper, .office__wrapper { padding-right: 0; }
    .team__wrapper h2, .office__wrapper h2, .about h2 {
        opacity: 1;
        transform: none;
    }
    .about-section { margin-bottom: 55px; }
    .about-section__block-inner { columns: initial; }
    .about-section__wrapper img { margin-top: -80px; }
    .about-section__wrapper {
        grid-template-columns: 1.1fr 1fr;
    }
    .description__list li { white-space: normal; }
    .description__block p:not(:last-child) { max-width: 202px; }
    .description__block {
        flex-direction: column;
        gap: 20px;
    }
    .description__control ul li a { font-size: 16px; }
    .description__control ul li:not(:last-child) { margin-bottom: 40px; }
    .description__control { padding: 23px 24px 19px; }
    .employee__contacts li a, .employee__contacts li p {
        max-width: 300px;
        display: inline-block;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .content:has(.employee) .crumbs { visibility: hidden; }
    .employee-swiper { padding-top: 62px; }
    .bg:has(+ .employee)::after { height: 183px; }
    .bg:has(+ .employee) { height: 60px; }
    .employee__subtitle, .employee__title { padding-right: 350px; }
    .employee__subtitle { margin-bottom: 150px; }
    .employee__img-mobile {
        display: block;
        max-width: 315px;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 0;
        height: fit-content;
        margin-bottom: -125px;
    }
    .employee__img-mobile img {
        width: 100%;
        height: 395px;
        object-fit: contain;
        object-position: bottom;
    }
    .employee__img-mobile::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(181deg, rgba(2, 11, 43, 0) 15%, var(--color-dark-blue) 85%);
        height: 100px;
    }
    .employee::after { display: none !important; }
    .bg:has(+ .employee)::after { display: none !important; }
    .employee__item {
        position: relative;
        grid-template-columns: 1fr;
    }
    .employee__img { display: none; }
    .team-section::after, .employee::after {
        filter: blur(70px);
        left: -75%;
        top: -300px;
        width: 2400px;
        height: 500px;
        background: url('../img/ellipse-full.svg') center center/contain no-repeat;
        transform: translateX(0%);
    }
    .team-section__items {
        display: grid;
        gap: 30px 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .team-section__inner {
        display: grid;
        gap: 14px 8px;
        grid-template-columns: repeat(2, 1fr);
    }
    .team-section__item-inner {
        height: auto;
        overflow: visible;
    }
    .team-section__item {
        height: auto;
        overflow: visible;
        max-width: none;
    }
    .team-section__img {
        margin-bottom: 16px;
        height: 313px;
        min-height: 313px;
    }
    .team-section__name { font-size: 20px; }
    .contacts-section__wrapper img { margin-top: auto; }
    .contacts-section__inner { margin-right: 0; }
    .contacts-section__wrapper ul {
        justify-content: flex-start;
        margin-bottom: 23px;
    }
    .contacts-section__wrapper ul li { width: calc(50% - 27px); }
    .contacts-section__wrapper ul li:last-child { width: 100%; }
    .contacts-section__wrapper {
        grid-template-columns: 1fr;
        gap: 27px;
    }
    .form input, .form textarea, .form__inputs { margin-bottom: 20px; }
    .contacts-section__item ul li { justify-content: space-between; }
    .contacts-section__item img { width: 350px; }
    .contacts-section__item ul li a, .contacts-section__item ul li p { font-size: 18px; }
    .footer__bottom a, .footer__bottom p { text-align: right; }
    .footer__wrapper ul li a { font-size: 20px; }
    .footer__logo {
        position: absolute;
        left: 16px;
        bottom: 33px;
    }
    .footer__logo img { width: 125px; }
    .footer__bottom {
        padding-top: 26px;
        padding-left: 140px;
        overflow: hidden;
    }
    .footer__bottom p,
    .footer__bottom a {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .footer__bottom a { margin-bottom: 0; }
    .about__wrapper::before {
        position: absolute;
        content: '';
        top: -11px;
        left: 0;
        width: 100%;
        height: 30px;
        filter: blur(6px);
        background: linear-gradient(180deg, var(--color-blue-900) 85%, rgba(5, 13, 37, 0) 15%);
        z-index: 1;
    }
    .about__wrapper::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, rgba(5, 13, 37, 0) 0%, var(--color-dark-blue) 100%);
        z-index: 1;
    }
    .team .container::before {
        position: absolute;
        content: '';
        top: -19px;
        left: -16px;
        width: 100%;
        height: 30px;
        background: var(--color-dark-blue);
        z-index: 3;
        mask-image: linear-gradient(to bottom, var(--color-dark-blue) 60%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, var(--color-dark-blue) 60%, transparent 100%);
    }
    /* Inner pages scroll fix — universal, no :has() for max compat */
    .content {
        height: auto !important;
    }
    .content > section,
    .content .container,
    .content .section-wrapper {
        height: auto !important;
        min-height: 0 !important;
    }
    .contacts-page { overflow: clip; }
    .main .animated { top: 50svh; }
}
@media (max-width: 1025px),
       ((hover: none) and (pointer: coarse) and (min-width: 1025px) and (max-width: 1400px)) {
    /* contacts__slider uses position: fixed; bottom:20px — no override needed */
}
/* Tablet 770-1024 (+ modern touch-tablets up to 1400px) */
@media (min-width: 770px) and (max-width: 1024px),
       ((hover: none) and (pointer: coarse) and (min-width: 770px) and (max-width: 1400px)) {
    /* Sections: remove forced 100vh height */
    #fullpage .team,
    #fullpage .contacts {
        min-height: auto !important;
    }
    /* Team carousel: adapt mobile layout for tablet */
    .team .swiper-slide .team__item-img {
        width: 200px;
    }
    .team .swiper-slide .team__item-img picture {
        width: 200px;
        height: 200px;
    }
    .team__sliders {
        max-height: 800px;
    }
    .team__inner p {
        font-size: 12px;
        line-height: 1.2;
    }
    .team__inner p:first-child {
        font-size: 14px;
        margin-bottom: 4px;
    }
    /* Team: 4 columns */
    .team-section__items {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 15px;
    }
    .team-section__img {
        height: 200px;
        min-height: 200px;
    }
    .team-section__inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px 10px;
    }
    .team-section__name {
        font-size: 16px;
    }
    .contacts__map,
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts-page:has(.form-shell) .contacts__map {
        top: 28%;
        left: -40px;
        width: min(1100px, 110vw);
    }
    /* Interesting fact blocks — border fits text width */
    .description__block {
        width: fit-content;
        gap: 10px;
        padding: 18px 28px;
    }
    .description__block p:first-child {
        flex: 0 0 auto;
        max-width: none;
    }
    /* Search: always visible input instead of magnifier icon */
    .header__search-btn {
        display: none;
    }
    .header__search {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-left: auto;
        padding-left: 0;
        width: 220px;
        transition: none;
    }
    .search input {
        padding-right: 48px;
    }
    /* Login — always after search in header */
    .header__login-page,
    .header__login {
        order: 1;
    }
    /* Footer: logo and copyright higher, prevent clipping */
    .contacts__copyright {
        bottom: 31px;
    }
}
/* 769 */
@media (max-width: 769px) {
    .team .swiper-slide .team__item-img { width: 150px; }
    .team .swiper-slide .team__item-img picture {
        width: 150px;
        height: 150px;
    }
    .team__sliders { max-height: 650px; }
    .team .container::before {
        background: linear-gradient(180deg, var(--color-dark-blue) 100%, rgba(5, 13, 37, 0) 0%);
    }
    .team-section__wrapper { padding-bottom: 0; }
    .search-section__item-text { font-size: 16px; }
    .search-section__item-title { font-size: 35px; }
    .search-section__item {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .search-section__item:not(:last-child) { margin-bottom: 20px; }
    .bg:has(+ .team-section) {
        height: 310px;
        background-position-x: 100% !important;
    }
    .contacts-section__text { font-size: 16px; }
    .btn {
        font-size: 16px;
        padding: 13px 32px;
        padding-right: 70px;
    }
    .btn::before {
        height: 36px;
        width: 36px;
        right: 6px;
    }
    .office__wrapper h2 { margin-bottom: 26px; }
    .contacts__inner h2 {
        font-size: 35px;
        line-height: 87%;
        margin-bottom: 21px;
    }
    .bg:has(+ .contacts-section) {
        background-position: 23% 50% !important;
        top: -90px;
        height: 900px;
    }
    /* contacts-page map uses same top as homepage (set in unified block below) */
    .team { overflow: hidden; }
    .team::after {
        left: 70%;
        top: -40%;
        width: 100%;
        height: 70%;
        background: url(../img/ellipse-full.svg) center center/cover no-repeat;
        filter: blur(70px);
    }
    .office::before { display: none; }
    .team-section::after, .employee::after {
        filter: blur(100px);
        width: 1800px;
    }
    .services__item-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.04em;
    }
    .services::before {
        left: -12%;
        width: 200%;
        height: 200%;
    }
    .contacts::after {
        left: 0;
        width: 150%;
        height: 150%;
        transform: translate(-25%, -50%);
    }
    .about .about__text { font-size: 17px; }
    .contacts-section__text { margin-bottom: 27px; }
    .contacts-section__title { margin-bottom: 19px; }
    .contacts-section__wrapper ul li a, .contacts-section__wrapper ul li p { font-size: 18px; }
    .contacts-section__wrapper ul li span { margin-bottom: 9px; }
    .contacts-section__inner { margin-right: 0; }
    .contacts-section__wrapper ul {
        justify-content: flex-start;
        margin-bottom: 23px;
    }
    .contacts-section__wrapper ul li { width: calc(50% - 27px); }
    .contacts-section__wrapper ul li:last-child { width: 100%; }
    .contacts-section__wrapper {
        grid-template-columns: 1fr;
        gap: 27px;
    }
    .contacts-section { margin-bottom: 10px; }
    .contacts-section__item:not(:last-child) { margin-bottom: 27px; }
    .contacts-section__item ul li span { margin-bottom: 10px; }
    .contacts-section__item ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .contacts-section__item ul li:not(:last-child) { margin-bottom: 0; }
    .contacts-section__item ul li:nth-child(1) { order: 1; }
    .contacts-section__item ul li:nth-child(2) { order: 3; }
    .contacts-section__item ul li:nth-child(3) { order: 4; }
    .contacts-section__item ul li:nth-child(4) { order: 2; }
    .contacts-section__item picture {
        display: block;
        width: 100%;
    }
    .contacts-section__item img {
        max-width: 538px;
        width: 100%;
        height: auto;
        margin-top: -15%;
        margin-bottom: -2%;
    }
    .contacts-section__item ul {
        padding: 107px 19px 0;
        width: 100%;
    }
    .contacts-section__item, .contacts-section__item:nth-child(odd) {
        background: rgba(50, 57, 82, 0.5);
        padding: 0;
        flex-direction: column-reverse;
        align-items: center;
    }
    .contacts-section__item:nth-child(odd) .contacts-section__item-title {
        right: 19px;
        padding-right: 31px;
    }
    .contacts-section__item-title {
        top: 38px;
        left: 19px;
        padding-left: 31px;
    }
    .contacts-section__item-title::before {
        width: 63px;
        min-width: 63px;
        height: 63px;
    }
    .contacts-section__item:nth-child(odd) .contacts-section__item-title, .contacts-section__item-title { font-size: 22px; }
    .contacts-page .contacts__inner h2 {
        font-size: 35px;
        line-height: 87%;
    }
    .form__inputs {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .contacts .form { margin-bottom: 30px; }
    .about-section__block h2 {
        margin-bottom: 20px;
        font-size: 35px;
    }
    .about-section__block:not(:last-child) { margin-bottom: 68px; }
    .about-section .btn { margin-top: 27px; }
    .about-section__block p {
        font-weight: 300;
        font-size: 16px;
    }
    .about-section__inner p {
        font-size: 16px;
        margin-bottom: 27px;
    }
    .about-section__wrapper::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100px;
        background: linear-gradient(180deg, rgba(1, 10, 42, 0) 0%, var(--color-dark-blue) 100%);
    }
    .about-section__wrapper img { margin-top: -20px; }
    .about-section__wrapper {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 31px;
    }
    .employee { margin-bottom: 48px; }
    .employee__subtitle, .employee__title { padding-right: 30%; }
    .employee__img-mobile { max-width: 267px; }
    .employee__next-name {
        font-size: 16px;
        margin-left: 20px;
    }
    .employee__inner { padding-bottom: 72px; }
    .employee__list li { font-size: 16px; }
    .employee__list li:not(:last-child) { margin-bottom: 25px; }
    .employee__item p { font-size: 16px; }
    .employee__contacts li:not(:last-child) { margin-bottom: 27px; }
    .employee__contacts li a, .employee__contacts li p { font-size: 18px; }
    .employee__subtitle { font-size: 18px; }
    .employee__title {
        font-size: clamp(24px, 7vw, 35px);
        margin-bottom: 21px;
    }
    .employee .swiper-button-next::before, .employee .swiper-button-prev::before {
        width: 33px;
        height: 33px;
    }
    .employee .swiper-button-next, .employee .swiper-button-prev {
        width: 45px;
        height: 45px;
    }
    .team-section { padding-bottom: 55px; }
    .team-section .more {
        margin-top: 43px;
        margin-bottom: 0;
    }
    .team-section__search input {
        padding: 11px 24px;
        padding-right: 50px;
        font-size: 14px;
    }
    .team-section__search input::placeholder { font-size: 14px; }
    .select__title::after {
        right: 13px;
        width: 21px;
        height: 21px;
    }
    .select__title {
        font-size: 14px;
        padding: 12px 17px;
        padding-right: 40px;
    }
    .team-section__search, .team-section__inner .select { width: 100%; }
    .team-section__inner {
        display: grid;
        gap: 14px 8px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 32px;
    }
    .team-section__position { font-size: 12px; }
    .team-section__name {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .team-section__img {
        margin-bottom: 12px;
        height: 250px;
        min-height: 250px;
    }
    .description__inner ul li:not(:last-child) { margin-bottom: 7px; }
    .description__inner ul { columns: initial; }
    .description__inner ul li { font-size: 14px; }
    .description__inner:not(:last-child), .description__block:not(:last-child) { margin-bottom: 20px; }
    .description__block {
        display: block;
        padding: 16px 20px;
    }
    .description__block p:first-child {
        padding: 0;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .description__block p:last-child { font-size: 14px; }
    .description p { font-size: 16px; }
    .description__inner { padding: 20px 20px; }
    .description__inner p { font-size: 14px; }
    .description__inner h2::before {
        bottom: -14px;
        width: 70px;
    }
    .description__inner h2 {
        font-size: 25px;
        line-height: 103%;
        margin-bottom: 30px;
    }
    .description p:not(:last-child) { margin-bottom: 17px; }
    .description p:has(+ .description__inner) { margin-bottom: 24px; }
    .description__control {
        padding: 29px 24px;
        margin-top: 31px;
        margin-bottom: 53px;
    }
    .description__control ul { display: block; }
    .description__control ul li { font-size: 18px; }
    .description__control ul li:not(:last-child) { margin-bottom: 18px; }
    .search-section__wrapper form button {
        display: block;
        transition: 0.5s;
        border-radius: 100%;
        background: #fff;
        overflow: hidden;
        color: transparent;
        width: 36px;
        height: 36px;
    }
    .search-section__wrapper form button::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 26px;
        height: 26px;
        background: url(../img/search.svg) center center/cover no-repeat;
    }
    .search-section__wrapper form input { padding: 14px 50px 14px 29px; }
    .container-h1 { margin-bottom: 23px; }
    h1 { font-size: 35px; margin-bottom: 20px;}
    .search-drop ul li a { font-size: 16px; }
    .container { padding: 0 16px; }
    .search input {
        padding: 8px 16px;
        font-size: 14px;
    }
    .search input::placeholder { font-size: 14px; }
    .search button {
        right: 3px;
        opacity: 0.5;
        width: 28px;
        height: 28px;
    }
    .header__search {
        top: 95px;
        width: 100%;
        max-width: calc(100% - 32px);
        padding-left: 0;
    }
    .modal-overlay .modal .close-icon {
        width: 37px;
        height: 37px;
        right: 0;
        top: -48px;
    }
    .modal-overlay .modal__wrapper { padding: 78px 28px; }
    .modal-overlay .modal-after .modal__wrapper { padding: 63px 28px; }
    .modal-overlay .modal__text { font-size: 16px; }
    .modal-overlay .modal .h2 {
        font-size: 35px;
        margin-bottom: 13px;
    }
    .contacts__dot-title {
        padding-right: 90px;
        font-size: 24px;
        margin-bottom: 16px;
    }
    .contacts__dot-inner { padding: 29px 28px 38px 36px; }
    .contacts__dot-inner ul li span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contacts__inner ul li {
        width: calc(50% - 8px);
        margin-right: 16px;
    }
    .contacts__inner ul li:nth-child(2n) { margin-right: 0; }
    .contacts__inner ul li:last-child {
        width: 100%;
        margin-right: 0;
    }
    .contacts__inner ul li a, .contacts__inner ul li p { font-size: 18px; }
    .contacts__inner ul li span {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .contacts__text {
        font-weight: 300;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.04em;
        margin-bottom: 21px;
    }
    .contacts__inner h2 { margin-bottom: 21px; }
    .contacts__copyright a, .contacts__copyright p { font-size: 14px; }
    .contacts__dot-2 {
        top: 223px;
        right: auto;
        left: 213px;
    }
    .contacts__dot-3 {
        top: 337px;
        right: auto;
        left: 306px;
    }
    .contacts__dot-4 {
        top: 269px;
        right: auto;
        left: 368px;
    }
    .contacts__map {
        width: 934px;
        top: 33%;
        right: auto;
        left: -160px;
    }
    .services .link {
        width: 43px;
        height: 43px;
    }
    .services .link::after {
        width: 32px;
        height: 32px;
    }
    .services__item {
        padding: 47px 31px;
        display: block;
    }
    .services__item-title { font-size: 25px; }
    .services__items {
        gap: 26px;
        grid-template-columns: 1fr;
    }
    .team__wrapper {
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .team__wrapper h2 { padding-top: 0; }
    .team__inner p {
        font-size: 10px;
        line-height: 1.2;
    }
    .team__inner p:first-child {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .office__card { padding: 65px 25px 45px; }
    .office__card ul li span { font-size: 14px; }
    .office__card ul li a, .office__card ul li p {
        font-size: 18px;
        font-weight: 600;
    }
    .office__card-title::before {
        width: 85px;
        min-width: 85px;
        height: 85px;
    }
    .office__card-title { font-size: 25px; }
    .office__cards {
        gap: 29px;
        grid-template-columns: 1fr;
    }
    .about__texts p {
        font-size: 18px;
        line-height: 120%;
    }
    h2 { font-size: 35px; }
    .crumbs {
        padding: 127px 0 10px;
        transition: 0.3s;
    }
    .crumbs.active { padding-top: 155px; }
    .employee-swiper { padding-top: 106px; }
    .footer__logo { bottom: 31px; }
    .footer__bottom a, .footer__bottom p {
        max-width: 180px;
        font-size: 12px;
    }
    .footer__wrapper ul li a { font-size: 18px; }
    .footer__wrapper ul li span {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .footer__wrapper {
        padding-top: 26px;
        margin-bottom: 26px;
    }
    .footer__wrapper ul { overflow: hidden; }
    .footer__wrapper ul::after {
        content: '';
        display: table;
        clear: both;
    }
    .footer__wrapper ul li {
        float: left;
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 25px;
    }
    .footer__wrapper ul li:nth-child(2n) { margin-right: 0; }
    .footer__wrapper ul li:last-child { width: 100%; }
    .login a {
        color: transparent;
        width: 35px;
        height: 35px;
        padding: 0;
    }
    .login a::before {
        background: url('../img/login.svg') center center/contain no-repeat;
        width: 21px;
        height: 21px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/* 600 */
@media (max-width: 600px) {
    .team-section__inner .select:nth-child(2) .select__content {
        right: 0;
        left: auto;
    }
    .team-section__inner .select__content { width: calc(200% + 8px); }
    .bg:has(+ .contacts-section)::after {
        filter: blur(160px);
        top: 50%;
        background-position-x: 29%;
        height: 100%;
    }
    .contacts-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .contacts-page::after {
        width: 300%;
        height: 200%;
    }
    .bg:has(+ .about-section) { height: 800px; }
    .bg:has(+ .about-section)::after {
        filter: blur(450px);
        opacity: 0.3;
        top: 0;
        width: 100%;
        height: 100%;
        background-position-x: 14%;
        transform: translate(-50%, 0%);
    }
    .office::before { background-position: 23% 50%; }
    .about::before { background-position: 0% 0%; }
    .employee__subtitle { padding-right: 53%; }
    .team-section__img {
        height: 192px;
        min-height: 192px;
    }
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts__map, .contacts-page .contacts__map { top: 25%; }
    .contacts__wrapper { padding-bottom: 140%; }
    .contacts-page .contacts__wrapper { padding-bottom: 140%; }
    .contacts__slider { bottom: 160px; }
}
/* 500 */
@media (max-width: 500px) {
    .services .link:hover, .team .link:hover {
        padding-left: 15px;
        padding-right: 5px;
        gap: 5px;
    }
    .office__card ul { margin-bottom: 45px; }
    .office__card-title {
        position: absolute;
        left: 25px;
        top: 65px;
    }
    .office__card { padding-top: 162px; }
    .office__card img {
        width: 100%;
        object-fit: contain;
    }
    .team-section::after, .employee::after {
        width: 1400px;
        height: 600px;
    }
    .bg::after {
        width: 100%;
        height: 80%;
    }
    .contacts-section__wrapper ul li { width: calc(50% - 5px); }
    .contacts-section__wrapper ul { gap: 27px 10px; }
    .contacts-section__wrapper img {
        width: calc(100% + 140px);
        margin-bottom: -30px;
        margin-left: 0;
    }
    .employee__title { padding-right: 20%; }
    .employee__contacts li a, .employee__contacts li p { max-width: 100%; }
    .employee__img-mobile {
        right: -16px;
        top: -15px;
    }
    .contacts__wrapper { padding-bottom: 160%; }
    .contacts-page .contacts__wrapper { padding-bottom: 160%; }
}
@media (max-width: 500px) {
    .contacts-section__wrapper img { margin-left: calc(-100px + 100 * ((100vw - 360px) / 1040)); }
}
/* 450 */
@media (max-width: 450px) {
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts__map, .contacts-page .contacts__map { top: 28%; }
    .header__contacts ul li {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 26px;
    }
    .header__contacts ul li:nth-child(2n) { margin-right: 0; }
    .header__contacts ul li:last-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .contacts__wrapper { padding-bottom: 175%; }
    .contacts-page .contacts__wrapper { padding-bottom: 175%; }
}
/* 400 */
@media (max-width: 400px) {
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts__map, .contacts-page .contacts__map { top: 31%; }
    .about::before { width: 250%; }
    .contacts__slider { bottom: 133px; }
    .contacts__wrapper { padding-bottom: 153%; }
    .contacts-page .contacts__wrapper { padding-bottom: 153%; }
}
/* 355 */
@media (max-width: 355px) {
    .footer__wrapper ul li { width: 100%; }
    .contacts__wrapper { padding-bottom: 170%; }
    .contacts-page .contacts__wrapper { padding-bottom: 170%; }
}
@media (max-width: 768px) {
    .bg::before,
    .bg::after,
    .office::before,
    .office::after {
        display: none !important;
    }
    .office__card,
    .search-section__item,
    .team-section__item {
        box-shadow: none !important;
    }
    .office__cards,
    .office__card,
    .search-section__item,
    .team-section__item {
        will-change: transform, opacity;
    }
}
@media (max-width: 1024px),
       ((hover: none) and (pointer: coarse) and (min-width: 1024px) and (max-width: 1400px)) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }
    /* Full-height sections only for homepage (except hero which is auto on mobile) */
    #fullpage section {
        min-height: 100vh !important;
    }
    #fullpage .main {
        height: auto !important;
    }
    #fullpage .about,
    #fullpage .services {
        min-height: auto !important;
    }
    .down {
        display: none !important;
    }
}
/* Contacts page */
.contacts-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    --cp-form-width: 538px;
}
.contacts-page .contacts__inner,
.contacts-page .form,
.contacts-page .form__inner,
.contacts-page .form label,
.contacts-page .form__input,
.contacts-page .form__inputs,
.contacts-page .separator,
.contacts-page .form textarea,
.contacts-page .form input:not(.form-btn),
.contacts-page .form .form__btn {
    width: var(--cp-form-width);
    max-width: 100%;
    box-sizing: border-box;
}
@media (max-width: 1025px),
       ((hover: none) and (pointer: coarse) and (min-width: 1025px) and (max-width: 1400px)) {
    /* Contacts inner — remove form width constraint on mobile */
    .contacts-page .contacts__inner {
        width: auto;
    }
    .contacts .contacts__map,
    /* Homepage: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts-page:has(.form-shell) .contacts__map {
        position: absolute;
        margin-top: 0;
        transform: translateY(0%);
        top: 20%;
        right: auto;
        left: -80px;
        width: min(1400px, 100vw);
    }
    .contacts .contacts__map img,
    .contacts-page .contacts__map img {
        width: 100%;
    }
}

/* Tablet: contacts-page map and dots (+ modern touch-tablets) */
@media (min-width: 770px) and (max-width: 1024px),
       ((hover: none) and (pointer: coarse) and (min-width: 770px) and (max-width: 1400px)) {
    /* Homepage and inner pages: map in footer */
    .contacts .contacts__map {
        top: 33%;
        left: -100px;
        width: 934px;
    }
    /* Contacts page: map below form */
    .contacts-page:has(.form-shell) .contacts__map {
        top: 46%;
        left: -20px;
        width: min(1050px, 105vw);
    }
    /* Map dots — positions for 934px width (same as mobile) */
    .contacts .contacts__dot-2,
    .contacts-page .contacts__dot-2 {
        top: 223px;
        right: auto;
        left: 213px;
    }
    .contacts .contacts__dot-3,
    .contacts-page .contacts__dot-3 {
        top: 337px;
        right: auto;
        left: 306px;
    }
    .contacts .contacts__dot-4,
    .contacts-page .contacts__dot-4 {
        top: 269px;
        right: auto;
        left: 368px;
    }
    /* Contacts page with form — proportional positions for variable width */
    .contacts-page:has(.form-shell) .contacts__dot-2 {
        top: 32.38%;
        left: 22.81%;
    }
    .contacts-page:has(.form-shell) .contacts__dot-3 {
        top: 48.93%;
        left: 32.76%;
    }
    .contacts-page:has(.form-shell) .contacts__dot-4 {
        top: 39.06%;
        left: 39.40%;
    }
}
/* Landscape tablet: compact footer and team (+ modern touch-tablets in landscape) */
@media (min-width: 770px) and (max-width: 1024px) and (orientation: landscape),
       ((hover: none) and (pointer: coarse) and (min-width: 770px) and (max-width: 1400px) and (orientation: landscape)) {
    /* Footer: padding-bottom for 984px → 55% = 541px instead of 107% = 1053px */
    .contacts__wrapper,
    .contacts-page .contacts__wrapper {
        padding-bottom: 55%;
    }
    /* Homepage + inner pages: map lower to avoid overlapping text */
    .contacts__map,
    .contacts .contacts__map {
        top: 32%;
        left: -60px;
    }
    /* Contacts page with form: map lower and right, prevent button overlap */
    .contacts-page:has(.form-shell) .contacts__map {
        top: 40%;
        left: -20px;
    }
    /* Homepage team: remove 100svh stretch, use limited height */
    .team .swiper,
    .team .swiper-wrapper {
        min-height: auto;
    }
    .team__sliders {
        max-height: 650px;
    }
    /* Photo 150px instead of 200px: with 3 slides = (650-40)/3 ~ 203px per slide,
       150px photo + 8px gap + ~30px text = 188px — fits */
    .team .swiper-slide .team__item-img,
    .team .swiper-slide .team__item-img picture {
        width: 150px;
        height: 150px;
    }
    .team__inner {
        margin-top: 8px;
    }
    /* Landscape: title auto-width, swipers fill remaining space */
    .team__wrap { width: auto; flex-shrink: 0; }
    .team__sliders { flex: 1; }
    .team .swiper { flex: 1; }
    /* Landscape: show second team row with independent scrolling */
    .swiper-bottom {
        display: block;
        transform: none;
        padding-bottom: 0;
    }
    .swiper-bottom .swiper-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 769px) {
    .contacts .contacts__map,
    /* Homepage: map in footer */
    .contacts .contacts__map {
        width: 934px;
        top: 33%;
        left: -160px;
    }
    /* Contacts page: map below form */
    .contacts-page:has(.form-shell) .contacts__map {
        width: 934px;
        top: 33%;
        left: -160px;
    }
    .contacts .contacts__dot-2,
    .contacts-page .contacts__dot-2 {
        top: 223px;
        right: auto;
        left: 213px;
    }
    .contacts .contacts__dot-3,
    .contacts-page .contacts__dot-3 {
        top: 337px;
        right: auto;
        left: 306px;
    }
    .contacts .contacts__dot-4,
    .contacts-page .contacts__dot-4 {
        top: 269px;
        right: auto;
        left: 368px;
    }
}
@media (max-width: 1024px),
       ((hover: none) and (pointer: coarse) and (min-width: 1024px) and (max-width: 1400px)) {
    html.fp-enabled,
    .fp-enabled body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: auto !important;
    }
    .fp-section,
    .fp-slide,
    .fp-slides,
    .fp-slidesContainer,
    .fp-tableCell,
    .fp-overflow {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }
    section.main {
        height: auto !important;
    }
    .contacts .contacts__wrapper,
    .contacts-page .contacts__wrapper {
        min-height: auto !important;
    }
}
/* video placeholder overlay — shows blue bg until kinescope loads */
.main__video-overlay {
    position: absolute;
    inset: 0;
    background: var(--color-blue-900);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s;
    transition: opacity 0.6s ease;
}
.main__video-overlay.hidden {
    opacity: 0;
}
/* backgrounds */
.bg-lines {
    background-image: url(/assets/img/lines.png);
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    z-index: 0 !important;
    pointer-events: none;
    transition: opacity 0.3s;
}
/* popup above fp-nav */
/* Approach 1 (primary): remove stacking context from wrapper when popup is open.
   Popup (z-index:1000) enters root context and beats fp-nav (z-index:100).
   Map (img without z-index) stays below fp-nav. Only .contacts (homepage), not .contacts-page */
.contacts .contacts__wrapper:has(.contacts__dot.js-open) {
    z-index: auto;
}
/* Approach 2 (fallback): lower fp-nav slightly — popup (1000) >> fp-nav (50),
   map (auto) < fp-nav (50). fp-nav stays visible and nearly fully functional */
:root:has(.contacts__dot.js-open) #fp-nav {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
@media (min-width: 1025px) and (hover: hover) {
    *::-webkit-scrollbar { display: none; }
    * {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
	.lines-2-bg {
		background: url(/assets/img/lines-2.png);
	}
}

/* Force visibility for Team Carousel */
.team-section__items { display: block !important; width: 100% !important; overflow: visible !important; }
.team-swiper { width: 100% !important; overflow: hidden !important; position: relative !important; }
.team-section__items .swiper-inner { display: flex !important; visibility: visible !important; opacity: 1 !important; margin-top: 20px; }
.team-section__item { height: auto !important; }
