/* ==========================================================================
   IMP — Ivanov, Makarov & Partners
   Complete CSS rebuild for cross-device responsiveness
   ========================================================================== */

/* ---------- CSS Variables ---------- */
:root {
    --color-orange: #fc591e;
    --color-white: #ffffff;
    --color-white500: rgba(255, 255, 255, 0.5);
    --color-dark-blue: #000928;
    --color-grey-blue: #323952;
    --orange: #fc591e;
    --white: #ffffff;
}

/* ---------- @font-face ---------- */
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    font-display: swap;
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* ==========================================================================
   fullPage.js 4.0.19 — base styles (DO NOT MODIFY)
   ========================================================================== */
.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-controlArrow {
    -webkit-user-select: none;
    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 { transition: none !important; }
#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: rgb(217, 217, 217);
    left: 0;
    margin: 0 !important;
}
#fp-nav ul li a.active span {
    width: 30px !important;
    height: 2px !important;
    background: rgb(252, 89, 30);
    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: #6878ad;
    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: #fc591e;
}
#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;
}
.fp-overflow { height: 100%; }
.fp-watermark { display: none; }
.breadcrumb_element { display: none; }
.fullpage-wrapper.active {
    transform: none !important;
    transition: none !important;
}

/* ==========================================================================
   Keyframe Animations
   ========================================================================== */
@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: #fc591e; }
}
@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; }
}

/* ==========================================================================
   Global Reset & Base
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: Raleway, sans-serif;
    color: #fff;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
body {
    background: var(--color-dark-blue);
    min-height: 100vh;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
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, #000928 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; }

/* ---------- Typography (clamp-based) ---------- */
h1 {
    font-weight: 500;
    font-size: clamp(32px, 5vw, 72px);
    line-height: 106%;
    margin: 0;
}
h1 span { font-weight: 500; color: #fc591e; }
h2 {
    font-weight: 500;
    font-size: clamp(32px, 5vw, 72px);
    line-height: 106%;
}
h2 span { font-weight: 500; color: #fc591e; }

/* ---------- Container ---------- */
.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 button ---------- */
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 100;
    transition: 0.5s;
}
.close:hover { transform: rotate(180deg); }

/* ---------- Button (orange pill) ---------- */
.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: #fc591e;
    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 #fc591e; }
.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 (orange circle + expand) ---------- */
.link {
    cursor: pointer;
    background: #fc591e;
    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: #fc591e;
    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 base ---------- */
.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: #cacacc;
    cursor: pointer;
}
.swiper-pagination-bullet-active { background: #000000; }

/* ---------- Scroll down / More ---------- */
.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 cursor ---------- */
.circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fc591e;
    filter: blur(25px);
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transform-origin: 0 0;
    will-change: transform;
    backface-visibility: hidden;
}

/* ---------- Section wrapper ---------- */
.section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* ---------- Canvas / WebGL ---------- */
.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 header bar (logo + search on inner pages)
   ========================================================================== */
.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1380px;
    height: 100px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 20px 0;
    transition: 0.5s;
}
.fixed .logo { transition: 0.6s 0.4s; }
.fixed .logo img { width: 112px; }
.fixed .search { transition: 0.5s 0.4s; }
.fixed.hidden-animation {
    transition: 0.15s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateX(-50%);
}
.fixed.hidden-animation .logo {
    height: 0;
    width: 0;
    transition: 1.3s;
    opacity: 0;
    transform: translate(200px, -40px);
}
.fixed.hidden-animation .search { transition: 0.5s; }
.box-pointer-hidden { display: none; }

/* ==========================================================================
   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: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header .nav .nav__item a:nth-child(1) { clip-path: polygon(0 0, 100% 0, 50% 50%); }
.header .nav .nav__item a:nth-child(2) { clip-path: polygon(100% 0, 100% 100%, 50% 50%); }
.header .nav .nav__item a:nth-child(3) { clip-path: polygon(0 100%, 50% 50%, 100% 100%); }
.header .nav .nav__item a:nth-child(4) { clip-path: polygon(0 0, 50% 50%, 0 100%); }
.header .nav .nav__item a:hover { clip-path: none; z-index: 2; }
.header .nav .nav__item a:hover ~ .nav__text { color: transparent; }
.header .nav .nav__item a:nth-child(1):hover ~ .nav__text:before {
    --from: circle(0% at 50% 0%); --to: circle(150% at 0% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.header .nav .nav__item a:nth-child(2):hover ~ .nav__text:before {
    --from: circle(0% at 150% 50%); --to: circle(100% at 50% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.header .nav .nav__item a:nth-child(3):hover ~ .nav__text:before {
    --from: circle(0% at 50% 100%); --to: circle(150% at 0% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.header .nav .nav__item a:nth-child(4):hover ~ .nav__text:before {
    --from: circle(0% at 0% 50%); --to: circle(150% at 0% 50%);
    animation: textani 1s forwards; font-weight: 700;
}
.header .nav .nav__text { transition: 0.7s; }
.header .nav .nav__text:before { content: attr(data-text); position: absolute; }
.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 ---------- */
.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: #d9d9d9;
}
.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 ---------- */
.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: rgb(252, 89, 30); border: 1px solid #fc591e; }
.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 button ---------- */
.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: #fc591e;
    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 dropdown ---------- */
.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 (breadcrumbs) ---------- */
.crumbs {
    z-index: 50;
    padding: 142px 0 39px;
    position: relative;
}
.crumbs ul {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    gap: 0 10px;
    overflow-x: auto;
}
@supports (-moz-appearance: none) {
    .crumbs ul { scrollbar-color: var(--orange) rgba(30, 30, 30, 0.5); }
}
.crumbs ul::-webkit-scrollbar { border-radius: 10px; width: 1px; height: 1px; background-color: #555554; }
.crumbs ul::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--orange); }
.crumbs ul::-webkit-scrollbar-track { border-radius: 10px; background-color: #555554; }
.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: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}
.crumbs ul li a::after { display: block; content: ''; width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); }
.crumbs ul li a:hover { color: var(--white); text-decoration: underline; }
.crumbs ul li p { padding-right: 16px; color: #fff; }

/* ---------- Logo mobile ---------- */
.logo-mobile { display: none; }

/* ---------- Input autofill fix ---------- */
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
    background: #000928;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #000928 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 section (Home hero)
   ========================================================================== */
.main {
    min-height: 100svh;
    overflow: hidden;
    justify-content: flex-end;
    position: relative;
}
.main__wrapper {
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
    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: clamp(200px, 30vw, 380px);
}
.main video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.main iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* ==========================================================================
   ABOUT section (Home)
   ========================================================================== */
.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;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}
.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 section (Home)
   ========================================================================== */
.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;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
}
.office__card {
    position: relative;
    width: 100%;
    background: #0d1633;
    overflow: hidden;
    min-height: 416px;
    padding: 62px 40px 45px;
    border-radius: 20px;
    z-index: 1;
}
.office__card.active .office__toggle { opacity: 1; visibility: visible; transform: rotate(-45deg); }
.office__card.active .office__card-title { padding-left: 0; }
.office__card.active .office__card-title::before { left: 50%; }
.office__card.active ul { opacity: 1; visibility: visible; transform: translateY(20%); }
.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: #fc591e;
    border-radius: 50%;
    z-index: -1;
}
.office__toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    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: contain;
    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 section (Home — Swiper sliders)
   ========================================================================== */
.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: #030b2d;
    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: contain;
    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;
    right: 55%;
    top: 50%;
    transform: translate(0, -50%);
}
.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;
    white-space: nowrap;
    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 .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 section (Home)
   ========================================================================== */
.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: flex;
    align-items: 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 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
.services__item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 78px 62px 58px;
    transition: 0.3s;
}
.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 section (Home + footer on all pages)
   ========================================================================== */
.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 {
    display: flex;
    align-items: center;
    max-width: 510px;
    flex-wrap: wrap;
    gap: 16px 35px;
}
.contacts__inner ul li { width: fit-content; }
.contacts__inner ul li:last-child { width: 100%; }
.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: -36%;
    top: 59%;
    transform: translateY(-50%);
}
.contacts__map img { max-width: 100%; }
.contacts__dot {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
}
.contacts__dot::before {
    position: absolute;
    content: '';
    background: #fc591e;
    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;
}
.contacts__dot-inner {
    padding: 33px 32px 36px 48px;
    text-align: left;
    border-radius: 8px;
    width: 517px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    background: #0a1640;
    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-inner ul {
    display: flex;
    align-items: center;
    gap: 21px 40px;
    flex-wrap: wrap;
}
.contacts__dot-inner ul li { width: fit-content; }
.contacts__dot-inner ul li:first-child { width: 100%; }
.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: 500px; right: 1100px; }
.contacts__dot-2 { top: 336px; right: 1020px; }
.contacts__dot-3 { top: 507px; right: 896px; }
.contacts__dot-4 { top: 394px; right: 801px; }
.contacts__dot-4 .contacts__dot-inner { left: auto; right: -105px; }
.contacts__dot-title {
    transition: 0.5s;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    z-index: 1;
    margin-left: -16px;
}
.contacts__dot-title::before {
    display: block;
    content: '';
    width: 7px;
    min-width: 7px;
    height: 7px;
    background: #fc591e;
    border-radius: 50%;
}
.contacts__dot-toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    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: contain;
    transition: 0.5s;
}
.contacts .container { position: relative; }
.contacts__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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; }

/* ---------- Contacts-page (inner page footer section) ---------- */
.team-section + .contacts-page { margin-top: -140px; }
.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 {
    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 .contacts__map { top: 51%; }
.contacts-page .contacts__inner h2 {
    font-size: clamp(35px, 4vw, 56px);
    line-height: 136%;
}

/* ==========================================================================
   SELECT dropdown component
   ========================================================================== */
.select {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.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: flex;
    flex-direction: column;
    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(--orange); border-radius: 100px; }
.select__input { display: none; }
.select__option:not(:last-child) { margin-bottom: 10px; }
.select__label {
    width: 100%;
    display: flex;
    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 ---------- */
.separator {
    display: block;
    padding-top: 24px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   FORM (Contact Form 7)
   ========================================================================== */
.form { position: relative; z-index: 1; }
.form__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.form label.active textarea,
.form label.active input {
    color: #ff5c5c;
    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 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
}
.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
   ========================================================================== */
.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);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    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: 90%;
    display: none;
    position: relative;
    height: fit-content;
    background: var(--color-dark-blue);
}
.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; }

/* ==========================================================================
   INNER PAGE: Team Section (/teams/)
   ========================================================================== */
.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: 110px;
}
.team-section__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.team-section__inner .select { width: 180px; }
.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;
}
.team-section__item {
    overflow: hidden;
    height: 477px;
    display: flex;
    flex-direction: column;
    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 img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 8px;
    visibility: hidden;
}
.team-section__img img:has(+ 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: 24px;
    margin-bottom: 8px;
    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 {
    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;
    max-width: 210px;
    width: 48%;
}
.team-section__mail {
    position: absolute;
    left: 36px;
    bottom: 29px;
}
.team-section__mail span {
    font-size: 18px;
    line-height: 120%;
    color: var(--color-white500);
    display: block;
    margin-bottom: 8px;
}
.team-section__mail a {
    display: block;
    font-weight: 600;
    font-size: 24px;
    max-width: 315px;
    transition: 0.3s;
}
.team-section__mail a:hover { color: var(--color-orange); }
.team-section .more {
    position: relative;
    margin-top: 71px;
    width: fit-content;
    margin-bottom: -110px;
}
.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, #000928 0, transparent 50%, transparent 100%);
}

/* ==========================================================================
   INNER PAGE: Search Section (/objects/ search results)
   ========================================================================== */
.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 #19213d;
    border-radius: 20px;
    transition: 0.3s;
}
.search-section__item:hover {
    box-shadow: 3px 3px 10px 2px #f40;
    background: linear-gradient(90deg, #101d49 0%, #152764 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; }

/* ==========================================================================
   INNER PAGE: About Section (/about/)
   ========================================================================== */
.about-section {
    position: relative;
    z-index: 11;
}
.about-section__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1.5fr;
    margin-bottom: 34px;
    position: relative;
}
.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, #020b2b 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #020b2b 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, #000928 0, transparent 50%, transparent 100%);
}

/* ==========================================================================
   INNER PAGE: Employee (/teams/name/)
   ========================================================================== */
.employee { position: relative; z-index: 11; }
.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%; }
.employee__item p:has(+ ul) { margin-bottom: 10px; }
.employee__item ul:not(:last-child) { margin-bottom: 32px; }
.employee__inner { padding-bottom: 94px; width: 100%; }
.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 {
    position: relative;
    height: fit-content;
    width: fit-content;
    margin-left: auto;
}
.employee__img img {
    margin-top: -91px;
    width: auto;
    height: 674px;
    object-fit: contain;
    mask-image: linear-gradient(to bottom, #020b2b 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #020b2b 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;
}
.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;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.employee .swiper-button-prev { margin-right: 0; }
.employee .swiper-button-disabled { background: none; border: 1px solid rgba(255, 255, 255, 0.1); }
.employee .swiper-slide { height: 0; }
.employee .swiper-slide-active { height: auto; }
.employee-swiper {
    position: relative;
    margin-top: -150px;
    padding-top: 150px;
}
.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, #000928 0, transparent 50%, transparent 100%);
}

/* ==========================================================================
   INNER PAGE: Contacts Section (/contacts/)
   ========================================================================== */
.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: #fc591e;
    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, #000928 0, transparent 50%, transparent 100%);
}

/* ==========================================================================
   INNER PAGE: Description (/services/, /objects/)
   ========================================================================== */
.description {
    position: relative;
    margin-bottom: 50px;
}
.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;
    display: grid;
    gap: 99px;
    grid-template-columns: 200px 1fr;
    background: rgba(255, 255, 255, 0.05);
}
.description__block:not(:last-child) { margin-bottom: 60px; }
.description__block p { margin: auto 0; }
.description__block p:first-child { padding: 10px 0; font-weight: 700; }
.description__block p:last-child { line-height: 123%; text-align: right; }
.description__block p:not(:last-child) { margin-bottom: 0 !important; }
.bg:has(+ .description) { height: 700px; }

/* ==========================================================================
   FOOTER (inner pages)
   ========================================================================== */
.footer {
    position: relative;
    padding-bottom: 41px;
    background: linear-gradient(rgba(0, 9, 40, 0) 0%, #000928 100%);
}
.footer__wrapper {
    display: flex;
    align-items: center;
    gap: 83px;
    width: 100%;
    padding-top: 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    margin-bottom: 24px;
}
.footer__wrapper ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer__wrapper ul li { width: 100%; }
.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);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom a,
.footer__bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: var(--color-white500);
    opacity: 0.5;
}

/* ==========================================================================
   DESKTOP HOVER EFFECTS (min-width: 1025px)
   ========================================================================== */
@media (min-width: 1025px) {
    .team__item-img::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(180deg, rgba(3, 11, 45, 0) 0%, #101d4b);
        height: 50%;
        width: 100%;
        transition: 0.7s;
    }
    .team__item:hover .team__item-img::before { opacity: 1; }

    .services__item:hover {
        box-shadow: 9px 9px 10px -3px rgba(255, 68, 0, 0.8);
        background: linear-gradient(90deg, #101d49 0%, #152764 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 #fc591e; 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:hover .contacts__dot-inner { transition: 0.5s; opacity: 1; visibility: visible; height: auto; z-index: 1000; }
    .contacts__dot:first-child .contacts__dot-inner { bottom: auto; top: 100%; }
    .contacts__dot:hover::after { display: none; }

    .team-section__item {
        min-width: 0;
        flex: 0 0 calc(25% - 20px);
        transition: flex 0.6s ease;
    }
    .team-section__item.active { flex: 0 0 calc(46% - 20px); border-radius: 8px; }
    .team-section__item.shrink { flex: 0 0 calc(18% - 20px); }

    .team-section__item-inner:hover .team-section__img {
        background: linear-gradient(90deg, #101d49 0%, #152764 100%);
        margin: 0;
        height: 100%;
    }
    .team-section__item-inner:hover .team-section__img img { height: 100%; left: 45%; width: 150%; }
    .team-section__item-inner:hover .team-section__img img:has(+ img) { opacity: 0; visibility: hidden; }
    .team-section__item-inner:hover .team-section__img img:nth-child(2) { opacity: 1; visibility: visible; }
    .team-section__item-inner:hover .team-section__hidden { opacity: 1; visibility: visible; }
    .team-section__item:has(.team-section__item-inner:hover) { box-shadow: 3px 3px 10px 2px #f40; }
    .team-section__item:has(.team-section__item-inner:hover) .team-section__info { max-height: 0; opacity: 0; visibility: hidden; }

    .description__inner:hover {
        box-shadow: 3px 3px 10px 2px #f40;
        background: linear-gradient(90deg, #101d49 0%, #152764 100%);
    }
}

/* ==========================================================================
   RESPONSIVE: 1920px+ (Large screens)
   ========================================================================== */
@media (min-width: 1920px) {
    .fixed,
    .container { max-width: 80%; }
}

/* ==========================================================================
   RESPONSIVE: max-width 1350px
   ========================================================================== */
@media (max-width: 1350px) {
    .main iframe { width: 110%; }
    .team__wrapper { gap: 40px; }
    .team__inner { right: 10%; top: 90%; }
    .contacts__dot-inner { left: 50%; transform: translateX(-50%); }
    .contacts__dot-4 .contacts__dot-inner { transform: translateX(0%); }
    .header__menu { margin-right: 0; }
    .contacts-page .contacts__map { right: -41%; }
}

/* ==========================================================================
   RESPONSIVE: max-width 1250px
   ========================================================================== */
@media (max-width: 1250px) {
    .search:has(input:focus) { padding-left: 0; }
    .main iframe { left: 65%; width: 140%; }
    .team-section + .contacts-page { margin-top: 0; }
    .contacts-page .contacts__map { top: 66%; margin-top: 0; left: 0; }
    .contacts-page .contacts__wrapper { padding: 0 0 900px; }
    .contacts-page { 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; }
    .about-section__wrapper { grid-template-columns: 1.3fr 1fr; }
    .team-section__hidden .team-section__name { top: 30px; left: 21px; width: 40%; }
    .team-section__name { font-size: 20px; }
    .team-section__img { margin-bottom: 16px; height: 313px; min-height: 313px; }
    .team-section__item { height: 390px; }
    .contacts__dot-inner { left: auto; right: -20px; transform: translateX(0%); bottom: 0; width: 360px; }
    .contacts__dot-4 .contacts__dot-inner { right: -20px; }
    .contacts__dot-inner ul li { width: 100%; }
    .contacts__map { right: -60%; margin-top: 101px; }
    .header .nav__list { gap: 50px; }
}

/* ==========================================================================
   RESPONSIVE: max-width 1025px (TABLET / MOBILE)
   ========================================================================== */
@media (max-width: 1025px) {
    /* --- Reduce decorative pseudo-element opacity --- */
    .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 (home swiper) --- */
    .team .swiper { min-height: auto; }
    .team__sliders { max-height: 1030px; }
    .team .swiper-slide .team__item-img { width: 250px; height: 250px; }
    .team .swiper-inner { display: block !important; }
    .team__wrap { width: 100%; }
    .team__item { display: flex; flex-direction: column; }
    .team__wrapper h2 { padding-top: 0; }
    .team__wrapper { gap: 17px; align-items: center; }
    .team__inner p:first-child { white-space: normal; }
    .team .container { position: static; }
    .team .down { left: 50%; transform: translateX(-50%); }
    .team { position: relative; z-index: 1; }
    .team .swiper-wrapper { min-height: auto; }
    .swiper-top { padding-top: 0; height: auto; transform: translateY(0); }
    .swiper-top .link { display: none; }
    .team__inner {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0%);
        margin-top: 16px;
        padding-left: 11px;
    }
    .swiper-bottom { display: none; }

    /* --- Office (home) --- */
    .office { padding: 64px 0 107px; background: none !important; }
    .office__cards { opacity: 1; transform: none; left: 0; width: 100%; }
    .office__card-title { margin-bottom: 46px; }
    .office__card:first-child::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; }
    .office__card.active::after, .office__card.active::before { display: none; }
    .office__card.active .office__toggle { transform: rotate(-45deg); opacity: 1; visibility: visible; }
    .office__card.active .office__card-title { padding-left: 0; }
    .office__card.active .office__card-title::before { left: 50%; }
    .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 (home page footer) --- */
    .contacts__copyright { flex-direction: column; align-items: flex-start; gap: 18px; bottom: 31px; max-width: 150px; }
    .contacts__dot-toggle { display: none; }
    .contacts__slider {
        display: block;
        position: absolute;
        width: calc(100vw - 40px);
        bottom: 800px;
        left: 50%;
        transform: translate(-50%, 0%);
        opacity: 0;
        visibility: hidden;
        transition: visibility 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 { 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; }
    .contacts-page .contacts__map { top: 27%; }

    /* --- Sections down arrows --- */
    .about .down, .office .down, .team .down, .services .down { display: none; }

    /* --- About (home) --- */
    .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 (home) --- */
    .services { padding: 44px 0 120px; }
    .services .logo-mobile { margin-bottom: 65px; }
    .services__wrapper h2 { opacity: 1; transform: none; margin-bottom: 29px; }

    /* --- Main section --- */
    .main { min-height: auto; 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%, #090f23 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 iframe { width: 120%; left: 50%; }
    .main .animated { transform: translate(-50%, -50%); width: 307px !important; }

    /* --- h2 global --- */
    h2 { font-size: clamp(35px, 5vw, 50px); line-height: 98%; }

    /* --- Header --- */
    .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;
        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 { display: flex; align-items: center; gap: 26px 36px; flex-wrap: wrap; margin-bottom: 27px; }
    .header__contacts ul li { width: fit-content; }
    .header__contacts ul li:last-child { width: 100%; }
    .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: #0b1846;
        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;
        z-index: 1;
        transition: 0.5s;
    }
    .header__contacts-btn::before {
        position: absolute;
        content: '';
        background-color: #fc591e;
        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 header --- */
    .fixed { display: none; }
    #fp-nav.fp-right { display: none; }
    .logo-mobile { display: block; width: fit-content; }
    .logo-mobile img { width: 112px; }

    /* --- Link --- */
    .link::after { width: 38px; height: 38px; }
    .link { width: 51px; height: 51px; }
    .down { bottom: 44px; }

    /* --- Team-section & about-section wrappers --- */
    .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 (inner) --- */
    .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 --- */
    .description__list li { white-space: normal; }
    .description__block p:not(:last-child) { max-width: 202px; }
    .description__block { grid-template-columns: 1fr; gap: 30px; }
    .description__control ul li a { font-size: 16px; }
    .description__control ul { gap: 40px; }
    .description__control { padding: 23px 24px 19px; }

    /* --- Employee (inner) --- */
    .employee__contacts li a, .employee__contacts li p { max-width: 300px; display: inline-block; }
    .bg:has(+ .employee)::after { height: 183px; }
    .bg:has(+ .employee) { height: 200px; }
    .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%, #000928 85%);
        height: 100px;
    }
    .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 (inner) --- */
    .team-section__items { display: grid; gap: 30px 15px; grid-template-columns: repeat(2, 1fr); }
    .team-section__item-inner { height: auto; }
    .team-section__item { height: auto; }

    /* --- Contacts section (inner) --- */
    .contacts-section__wrapper img { margin-top: auto; }

    /* --- Form --- */
    .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 --- */
    .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; flex-direction: column; align-items: flex-end; gap: 10px; padding-left: 140px; }

    /* --- About wrapper gradients --- */
    .about__wrapper::before {
        position: absolute;
        content: '';
        top: -11px;
        left: 0;
        width: 100%;
        height: 30px;
        filter: blur(6px);
        background: linear-gradient(180deg, #080e23 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%, #000928 100%);
        z-index: 1;
    }
    .team .container::before {
        position: absolute;
        content: '';
        top: -19px;
        left: -16px;
        width: 100%;
        height: 30px;
        background: #000928;
        z-index: 3;
        mask-image: linear-gradient(to bottom, #000928 60%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, #000928 60%, transparent 100%);
    }
}

/* --- Contacts slider responsive calc --- */
@media (max-width: 1025px) and (max-width: 1400px) {
    .contacts__slider { bottom: calc(-80px + 880 * ((100vw - 360px) / 1040)); }
}

/* ==========================================================================
   RESPONSIVE: max-width 769px (SMALL TABLET)
   ========================================================================== */
@media (max-width: 769px) {
    .team .swiper-slide .team__item-img { width: 150px; height: 150px; }
    .team .container::before {
        background: linear-gradient(180deg, #000928 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 .contacts__inner:has(ul) + .contacts__map { top: 30%; }
    .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%); }
    .team__sliders { max-height: 650px; }
    .about .about__text { font-size: 17px; }

    /* --- Contacts section (inner page) --- */
    .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 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 --- */
    .form__inputs { gap: 20px; grid-template-columns: 1fr; }
    .contacts .form { margin-bottom: 30px; }

    /* --- About section (inner) --- */
    .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%, #000928 100%);
    }
    .about-section__wrapper img { margin-top: -20px; }
    .about-section__wrapper { margin-bottom: 50px; grid-template-columns: 1fr; gap: 0; }
    .contacts-page .contacts__wrapper { padding: 0 0 560px; }
    .contacts-page .contacts__map { top: 40%; }

    /* --- Employee --- */
    .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: 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 (inner) --- */
    .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 --- */
    .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: 43px; }
    .description__block { padding: 34px 20px; }
    .description__block p:first-child { padding: 0; font-size: 15px; }
    .description p { font-size: 16px; }
    .description__inner { padding: 38px 21px; }
    .description__inner p { font-size: 14px; }
    .description__block p:last-child { font-size: 14px; }
    .description__inner h2::before { bottom: -14px; width: 70px; }
    .description__inner h2 { font-size: 25px; line-height: 103%; margin-bottom: 32px; }
    .description p:not(:last-child) { margin-bottom: 17px; }
    .description p:has(+ .description__inner) { margin-bottom: 34px; }
    .description__control { padding: 29px 24px; margin-top: 31px; margin-bottom: 53px; }
    .description__control ul { flex-direction: column; align-items: flex-start; gap: 18px; }
    .description__control ul li { font-size: 18px; }

    /* --- Search section --- */
    .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 & headings --- */
    .container-h1 { margin-bottom: 23px; }
    h1 { font-size: 35px; }
    .search-drop ul li a { font-size: 16px; }
    .container { padding: 0 16px; }

    /* --- Search --- */
    .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; }
    .main iframe { width: 150%; left: 56%; height: 100%; }

    /* --- Modal --- */
    .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 dots & map --- */
    .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 { gap: 27px 15px; }
    .contacts__inner ul li { width: calc(50% - 15px); }
    .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 --- */
    .services .link { width: 43px; height: 43px; }
    .services .link::after { width: 32px; height: 32px; }
    .services__item { padding: 47px 31px; display: flex; align-items: center; gap: 20px; }
    .services__item-title { font-size: 25px; }
    .services__items { gap: 26px; grid-template-columns: 1fr; }

    /* --- Team wrapper --- */
    .team__wrapper { align-items: center; position: relative; z-index: 2; }
    .team__wrapper h2 { padding-top: 0; }
    .team__inner p { font-size: 14px; }
    .team__inner p:first-child { font-size: 18px; }

    /* --- Office --- */
    .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 --- */
    .crumbs { padding: 127px 0 10px; transition: 0.3s; }
    .crumbs.active { padding-top: 155px; }

    /* --- Footer --- */
    .footer__logo { bottom: 50px; }
    .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 { gap: 25px 15px; flex-wrap: wrap; }
    .footer__wrapper ul li { width: calc(50% - 15px); }
    .footer__wrapper ul li:last-child { width: 100%; }

    /* --- Login --- */
    .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%); }
}

/* ==========================================================================
   RESPONSIVE: max-width 600px
   ========================================================================== */
@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); }
    .contacts-page .contacts__map { left: -141px; }
    .bg:has(+ .contacts-section)::after { filter: blur(160px); top: 50%; background-position-x: 29%; height: 100%; }
    .contacts-page { 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; }
    .main iframe { width: 180%; left: 75%; }
    .contacts__map { top: 25%; }
    .contacts__wrapper { padding-bottom: 140%; }
    .contacts__slider { bottom: 160px; }
}

/* ==========================================================================
   RESPONSIVE: max-width 500px (MOBILE)
   ========================================================================== */
@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__img-mobile { right: -16px; top: -15px; }
    .main iframe { width: 230%; left: 85%; }
    .contacts__wrapper { padding-bottom: 160%; }
}
@media (max-width: 500px) and (max-width: 1400px) {
    .contacts-section__wrapper img { margin-left: calc(-100px + 100 * ((100vw - 360px) / 1040)); }
}

/* ==========================================================================
   RESPONSIVE: max-width 450px
   ========================================================================== */
@media (max-width: 450px) {
    .contacts__map { top: 28%; }
    .header__contacts ul { gap: 26px 15px; justify-content: space-between; }
    .contacts__wrapper { padding-bottom: 175%; }
}

/* ==========================================================================
   RESPONSIVE: max-width 400px
   ========================================================================== */
@media (max-width: 400px) {
    .contacts__map { top: 31%; }
    .about::before { width: 250%; }
    .main iframe { width: 280%; left: 110%; }
    .contacts__slider { bottom: 133px; }
    .contacts__wrapper { padding-bottom: 153%; }
}

/* ==========================================================================
   RESPONSIVE: max-width 355px
   ========================================================================== */
@media (max-width: 355px) {
    .contacts-page .contacts__inner:has(ul) + .contacts__map { top: 33%; }
    .footer__wrapper ul li { width: 100%; }
    .contacts__wrapper { padding-bottom: 170%; }
    .contacts-page .contacts__wrapper { padding: 0 0 580px; }
}

/* ==========================================================================
   PERFORMANCE: Reduce effects on small screens
   ========================================================================== */
@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;
    }
}
