
html {
    scroll-behavior: smooth;
}


.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loading-screen.hidden {
    opacity: 0;
    pointer-events: none;
}

.loading-bar {
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 10px;
}

.loading-progress {
    height: 100%;
    background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
    width: 0%;
    transition: width 0.3s ease;
}


#canvas3d {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.scroll-container {
    position: relative;
    z-index: 2;
}

/* Custom Scrollbar Styles */
.mainContainer::-webkit-scrollbar {
    width: 12px;
}

.mainContainer::-webkit-scrollbar-track {
    background: var(--primary-gradient);
    border-radius: 10px;
}

.mainContainer::-webkit-scrollbar-thumb {
    background: var(--black-100);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.mainContainer::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a;
    background-clip: padding-box;
}

/* Firefox scrollbar */
.mainContainer {
    scrollbar-width: thin;
    scrollbar-color: var(--black-100) #000;
}

.custom-cursor {
    position: fixed;
    width: 50px;
    height: 50px;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.custom-cursor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home {
    overflow: hidden;
}

.desktopOnly {
        display: block;
    }

    /* Slide-in/Slide-out animations for content__text elements */
    .content__textLine {
        display: inline-block;
        opacity: 0;
        transform: translateY(40px);
        will-change: opacity, transform;
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* Staggered delays for each line */
    .content__textLine:nth-child(1) {
        transition-delay: 0s;
    }

    .content__textLine:nth-child(2) {
        transition-delay: 0.1s;
    }

    .content__textLine:nth-child(3) {
        transition-delay: 0.2s;
    }

    .content__textLine:nth-child(4) {
        transition-delay: 0.3s;
    }

    .content__textLine:nth-child(5) {
        transition-delay: 0.4s;
    }

    .content__textLine:nth-child(6) {
        transition-delay: 0.5s;
    }

    /* Visible state - lines slide up and fade in */
    .content__textLine.line-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Hidden state - lines slide down and fade out */
    .content__textLine.line-hidden {
        opacity: 0;
        transform: translateY(-30px);
        transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53),
                    transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    /* Reverse stagger for hiding */
    .content__textLine.line-hidden:nth-child(1) {
        transition-delay: 0.4s;
    }

    .content__textLine.line-hidden:nth-child(2) {
        transition-delay: 0.3s;
    }

    .content__textLine.line-hidden:nth-child(3) {
        transition-delay: 0.2s;
    }

    .content__textLine.line-hidden:nth-child(4) {
        transition-delay: 0.1s;
    }

    .content__textLine.line-hidden:nth-child(5) {
        transition-delay: 0s;
    }

    .content__textLine.line-hidden:nth-child(6) {
        transition-delay: 0s;
    }


    .tabletOnly {
        display: none;
    }

    .tabletAndMobileOnly {
        display: none;
    }

    .mobileOnly {
        display: none;
    }

    .header {
        position: fixed;
        top: -1px;
        left: 0;
        width: 100%;
        height: 79px;
        padding: 0 26px;
        display: flex;
        justify-content: space-between;
        z-index: 10000;
    }

    .headerTrigger {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100px;
        background: transparent;
        z-index: 5000;
        pointer-events: none;
    }

    .headerTrigger.active {
        pointer-events: auto;
    }

    .logo {
        width: 119px;
        height: 79px;
    }

    .navBox {
        opacity: 1;
        width: 47.5vw;
        height: 4.31vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .navBox__inner {
        position: relative;
        width: 47.5vw;
        height: 4.31vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .headerBg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 47.5vw;
    }


    .nav__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 36.5vw;
        min-width: fit-content;
    }

    .nav__Item {
        position: relative;
        width: fit-content;
        margin-top: -1px;
        text-align: center;
    }

    .nav__link {
        letter-spacing: var(--paragraphs-small-text-bold-letter-spacing);
        line-height: var(--paragraphs-small-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-small-text-bold-font-style);
        font-family: var(--paragraphs-small-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-small-text-normal-font-weight);
        color: var(--textheader);
        font-size: var(--paragraphs-small-text-bold-font-size);
        position: relative;
    }

    .nav__link::after {
        content: attr(data-text);
        font-weight: var(--paragraphs-small-text-bold-font-weight);
        height: 0;
        visibility: hidden;
        overflow: hidden;
        user-select: none;
        pointer-events: none;
        display: block;
    }

    .nav__link:hover {
        font-weight: var(--paragraphs-small-text-bold-font-weight);
        text-decoration: underline;
    }

    .text-wrapper-2 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: -1px;
        font-family: var(--paragraphs-small-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-small-text-regular-font-weight);
        color: var(--textheader);
        font-size: var(--paragraphs-small-text-regular-font-size);
        letter-spacing: var(--paragraphs-small-text-regular-letter-spacing);
        line-height: var(--paragraphs-small-text-regular-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-small-text-regular-font-style);
    }


    .header__actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .langSwitcherBox {
        position: relative;
    }

    .langSwitcherBox__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        padding: 13px 8px 13px 16px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--white-90);
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 8px;
    }

    .langSwitcherBox__textBox {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex: 0 0 auto;
        gap: 26px;
        width: 100%;
    }

    .langSwitcherBox__textBoxInner {
        gap: 8px;
        display: flex;
        align-items: center;
    }

    .langSwitcherBox__flag {
        position: relative;
        width: 14px;
        height: 14px;
    }

    .langSwitcherBox__text {
        position: relative;
        width: fit-content;
        font-family: var(--buttons-desk-small-font-family);
        font-weight: var(--buttons-desk-small-font-weight);
        color: var(--textreverse);
        font-size: var(--buttons-desk-small-font-size);
        text-align: center;
        letter-spacing: var(--buttons-desk-small-letter-spacing);
        line-height: var(--buttons-desk-small-line-height);
        white-space: nowrap;
        font-style: var(--buttons-desk-small-font-style);
    }

    li.langSwitcherBox__text {
        width: 100%;
    }

    .langSwitcherBox__text_popup  {
        padding: 14px 16px;
        display: flex;
    }

    .langSwitcherBox__textBox  {
        background-color: var(--white-90);
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    /* Hover effect */
    .langSwitcherBox__textBox:hover {
        background-color: var(--white-80);
    }

    .langSwitcherBox__textBox:hover .tick {
        opacity: 1;
        visibility: visible;
    }

    .langSwitcherBox__textBox.active  {
        background-color: var(--white-80);
    }

    .langSwitcherBox__textBox.active .tick {
        opacity: 1;
        visibility: visible;
    }

    /* Tick icon styling */
    .tick {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }


    .langSwitcherBox__button .iconsChevronDown {
        position: relative;
        width: 16px;
        height: 16px;
    }

    /* Button arrow rotation animation */
    .langSwitcherBox__button .iconsChevronDown {
        transition: transform 0.3s ease;
    }

    .langSwitcherBox__button.open .iconsChevronDown {
        transform: rotate(180deg);
    }


    .langSwitcherBox__popup {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 48px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        z-index: 3000;
    }

    .langSwitcherBox__popup.show {
        display: flex;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        animation: slideIn 1s ease forwards;
    }


    .langSwitcherBox__text_ua {
        border-top-right-radius: 8px;
        border-top-left-radius: 24px;
    }

    .langSwitcherBox__text_en {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }


    .mainButton {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        padding: 2px 2px 2px 26px;
        position: relative;
        background: var(--white-90);
        border-radius: 72px;
    }

    .mainButton:hover {
        background: var(--btn-pressed);
    }

    .mainButton__text {
        position: relative;
        flex: 1;
        font-family: var(--buttons-desk-small-font-family), sans-serif;
        font-weight: var(--buttons-desk-small-font-weight);
        color: var(--textreverse);
        font-size: var(--buttons-desk-small-font-size);
        text-align: center;
        letter-spacing: var(--buttons-desk-small-letter-spacing);
        line-height: var(--buttons-desk-small-line-height);
        font-style: var(--buttons-desk-small-font-style);
    }

    .iconsEmailOutlinedWrapper {
        display: flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px;
        position: relative;
        background-color: var(--black-100);
        border-radius: 100px;
    }

    .iconEmailOutlined {
        position: relative;
        width: 15px;
        height: 12px;
        margin: -2px;
    }

    /* Burger Menu Styles */
    .burgerMenu {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        width: 22px;
        height: 14px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1000;
        gap: 5px;
    }

    .burgerMenu__line {
        width: 100%;
        height: 2px;
        background: var(--white-100);
        border-radius: 2px;
        transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transform-origin: center;
        position: relative;
        min-height: 2px;
        min-width: 100%;
    }

    /* Animation states */
    .burgerMenu.active .burgerMenu__line:nth-child(1) {
        transform: translateY(10.5px) rotate(45deg);
    }

    .burgerMenu.active .burgerMenu__line:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .burgerMenu.active .burgerMenu__line:nth-child(3) {
        transform: translateY(-4.5px) rotate(-45deg);
    }

    .burgerMenuOverlay {
        display: none;
    }

    .home{
        background-color: var(--background);
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .mainContainer {
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        height: 100vh;
        scroll-behavior: smooth;
    }

    .gradient {
        position: fixed;
        top: -1px;
        left: 0;
        width: 100vw;
        overflow-x: hidden;
        height: 888px;
        display: flex;
        justify-content: center;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }

    .div {
        margin-top: -314px;
        width: 100%;
        height: 934px;
        margin-left: 1px;
        border-radius: 791.5px/467px;
        filter: blur(70.65px);
        background: radial-gradient(
                50% 50% at 43% 49%,
                rgba(13, 22, 128, 1) 2%,
                rgba(10, 16, 95, 1) 57%,
                rgba(4, 11, 45, 1) 100%
        );
        opacity: 0.6;
    }

    .dron {
        position: absolute;
        top: 80px;
        left: 0;
        width: 1440px;
        height: 820px;
    }


    .top-bar {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 18px 0px;
        position: absolute;
        top: 0;
        left: 1100px;
    }

    .text-wrapper-5 {
        position: relative;
        width: fit-content;
        font-family: var(--buttons-desk-small-font-family);
        font-weight: var(--buttons-desk-small-font-weight);
        color: var(--black-100);
        font-size: var(--buttons-desk-small-font-size);
        text-align: center;
        letter-spacing: var(--buttons-desk-small-letter-spacing);
        line-height: var(--buttons-desk-small-line-height);
        white-space: nowrap;
        font-style: var(--buttons-desk-small-font-style);
    }

    .text-wrapper-6 {
        position: relative;
        flex: 1;
        font-family: var(--buttons-desk-small-font-family);
        font-weight: var(--buttons-desk-small-font-weight);
        color: var(--black-100);
        font-size: var(--buttons-desk-small-font-size);
        text-align: center;
        letter-spacing: var(--buttons-desk-small-letter-spacing);
        line-height: var(--buttons-desk-small-line-height);
        font-style: var(--buttons-desk-small-font-style);
    }

    .contentContainer {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 130px 64px 50px;
        min-height: 100vh;
        position: relative;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .contentContainer.mainSection {
        display: flex;
        align-items: center;
        padding: 153px 64px 65px;
        max-height: 100vh;
    }

    .contentContainer.aboutDronSection {
        padding: 120px 0 120px 64px;
        max-height: 100%;
        height: 100%;
        z-index: 1000;
        justify-content: flex-end;
    }

    .leftSection {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24vw;
        position: relative;
        justify-content: space-between;
        height: 100%;
    }

    .leftSection__title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .titleAndTypes {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .titleAndTypes__title {
        position: relative;
        width: fit-content;
        font-family: var(--headline-desktop-1-font-family), sans-serif;
        font-weight: var(--headline-desktop-1-font-weight);
        color: var(--textheader);
        font-size: var(--headline-desktop-1-font-size);
        letter-spacing: var(--headline-desktop-1-letter-spacing);
        line-height: var(--headline-desktop-1-line-height);
        white-space: nowrap;
        font-style: var(--headline-desktop-1-font-style);
        text-transform: uppercase;
    }

    .leftSection__subtitle {
        position: relative;
        font-family: var(--headline-desktop-5-font-family), sans-serif;
        font-weight: var(--headline-desktop-5-font-weight);
        color: var(--textheader);
        font-size: var(--headline-desktop-5-font-size);
        letter-spacing: var(--headline-desktop-5-letter-spacing);
        line-height: var(--headline-desktop-5-line-height);
        font-style: var(--headline-desktop-5-font-style);
        text-transform: uppercase;
    }

    .yellow__button {
        background: var(--primary-gradient);
        position: relative;
        padding: 2px 2px 2px 61px;
        border-radius: 30px;
        display: flex;
        gap: 45px;
        align-items: center;
    }

    .yellow__button:hover {
        background: var(--btn-hover);
    }

    .yellow__button:active {
        background: var(--btn-pressed);
    }

    .text-wrapper-7 {
        font-family: var(--buttons-desk-big-font-family), sans-serif;
        font-weight: var(--buttons-desk-big-font-weight);
        color: var(--black-100);
        font-size: var(--buttons-desk-big-font-size);
        text-align: center;
        letter-spacing: var(--buttons-desk-big-letter-spacing);
        line-height: var(--buttons-desk-big-line-height);
        white-space: nowrap;
        font-style: var(--buttons-desk-big-font-style);
    }

    .button__wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        background-color: var(--black-100);
        border-radius: 50%;
    }

    .img {
        position: relative;
        width: 15px;
        height: 12px;
    }

    .rightSectionWrapper {
        height: 100%;
    }

    .rightSection {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 100px;
        position: relative;
        height: 100%;
        justify-content: space-between;
    }

    .rightSectionWrapper .yellow__button {
        display: none;
    }

    .rightSection__container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
    }

    .rightSection__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 10px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #ffffff0a;
        border-radius: 16px;
        border: none;
        backdrop-filter: blur(10.77px) brightness(100%);
        -webkit-backdrop-filter: blur(10.77px) brightness(100%);
    }

    .rightSection__item::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 16px;
        background: linear-gradient(105deg, rgba(23, 23, 23, 1) 30%, rgba(149, 149, 149, 1) 91%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
    }

    .item {
        position: relative;
        width: 4.24vw;
        height: 3.26vw;
    }

    .text-wrapper-8 {
        position: absolute;
        top: 0;
        left: 0;
        height: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-gradient);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        font-family: var(--paragraphs-small-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-small-text-bold-font-weight);
        color: transparent;
        font-size: var(--paragraphs-small-text-bold-font-size);
        letter-spacing: var(--paragraphs-small-text-bold-letter-spacing);
        line-height: var(--paragraphs-small-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-small-text-bold-font-style);
    }

    .text-wrapper-8::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--primary-gradient);;
    }

    .text-wrapper-9 {
        position: absolute;
        top: 17px;
        left: 0;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--paragraphs-small-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-small-text-regular-font-weight);
        color: var(--textheader);
        font-size: var(--paragraphs-small-text-regular-font-size);
        letter-spacing: var(--paragraphs-small-text-regular-letter-spacing);
        line-height: var(--paragraphs-small-text-regular-line-height);
        font-style: var(--paragraphs-small-text-regular-font-style);
    }

    .combatRadius {
        position: relative;
        width: 4.24vw;
        height: 3.26vw;
    }

    .payloadCapacity {
        position: relative;
        width: 5.28vw;
        height: 3.26vw;
    }

    .riskReduction {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 18px 24px;
        flex: 0 0 auto;
        background-color: #ffffff05;
        border-radius: 16.56px;
        border: none;
        backdrop-filter: blur(10.77px) brightness(100%);
        -webkit-backdrop-filter: blur(10.77px) brightness(100%);
        position: relative;
        align-self: flex-end;
        width: 40%;
    }

    .riskReduction::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.38px;
        border-radius: 16.56px;
        background: linear-gradient(105deg, rgba(23, 23, 23, 1) 30%, rgba(149, 149, 149, 1) 91%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
    }

    .riskReduction__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex: 0 0 auto;
        position: relative;
        align-self: stretch;
    }

    .riskReduction__title {
        background: var(--primary-gradient);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        font-family: var(--headline-desktop-3-font-family), sans-serif;
        font-weight: var(--headline-desktop-3-font-weight);
        color: transparent;
        font-size: var(--headline-desktop-3-font-size);
        letter-spacing: var(--headline-desktop-3-letter-spacing);
        line-height: var(--headline-desktop-3-line-height);
        position: relative;
        align-self: stretch;
        font-style: var(--headline-desktop-3-font-style);
    }

    .riskReduction__text {
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-regular-font-weight);
        color: var(--textheader);
        font-size: var(--paragraphs-secondary-text-regular-font-size);
        letter-spacing: var(--paragraphs-secondary-text-regular-letter-spacing);
        line-height: var(--paragraphs-secondary-text-regular-line-height);
        position: relative;
        align-self: stretch;
        font-style: var(--paragraphs-secondary-text-regular-font-style);
    }

    .sidebar {
        display: flex;
        width: 1440px;
        height: 10326px;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .div-4 {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 888px;
    }

    .gradient-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 1440px;
        height: 620px;
    }

    .contentContainer .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .contentContainer .content__text {
        margin: auto auto 0 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .div-wrapper-2 {
        width: 421px;
        gap: 8px;
        position: absolute;
        top: 749px;
        left: 64px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .text-wrapper-10 {
        position: relative;
        align-self: stretch;
        font-family: var(--headline-desktop-5-font-family), sans-serif;
        font-weight: var(--headline-desktop-5-font-weight);
        color: var(--textheader);
        font-size: var(--headline-desktop-5-font-size);
        letter-spacing: var(--headline-desktop-5-letter-spacing);
        line-height: var(--headline-desktop-5-line-height);
        font-style: var(--headline-desktop-5-font-style);
        text-transform: uppercase;
    }

    .element-2 {
        position: absolute;
        top: -247px;
        left: 0;
        width: 1440px;
        height: 1135px;
    }

    .selector {
        margin: 0 0 auto auto;
        display: flex;
        width: 258px;
        align-items: center;
        justify-content: flex-end;
    }

    .selector__kazhan620 {
        display: flex;
        height: 56px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 18px 24px;
        position: relative;
        flex: 1;
        background-color: #ffffff0f;
        border-radius: 30px 0px 0px 30px;
        border: none;
        backdrop-filter: blur(10.77px) brightness(100%);
        -webkit-backdrop-filter: blur(10.77px) brightness(100%);
    }

    .selector__kazhan620::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 30px 0px 0px 30px;
        background: linear-gradient(290deg, rgba(23, 23, 23, 1) 30%, rgba(149, 149, 149, 1) 91%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
    }

    .text-wrapper-11 {
        position: relative;
        width: fit-content;
        margin-left: -4px;
        margin-right: -4px;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        font-size: var(--paragraphs-main-text-bold-font-size);
        text-align: center;
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-main-text-bold-font-style);
    }

    .selector__kazhan630 {
        display: flex;
        height: 56px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 18px 24px;
        position: relative;
        flex: 1;
        background-color: #ffffff05;
        border-radius: 0px 30px 30px 0px;
        border: none;
        backdrop-filter: blur(10.77px) brightness(100%);
        -webkit-backdrop-filter: blur(10.77px) brightness(100%);
    }

    .selector__kazhan630::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 0px 30px 30px 0px;
        background: linear-gradient(105deg, rgba(23, 23, 23, 1) 30%, rgba(149, 149, 149, 1) 91%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
    }

    .text-wrapper-12 {
        position: relative;
        width: fit-content;
        margin-left: -4px;
        margin-right: -4px;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        font-size: var(--paragraphs-main-text-bold-font-size);
        text-align: center;
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-main-text-bold-font-style);
    }

    .selector__kazhan620,
    .selector__kazhan630 {
        transition: color 0.3s ease;
        cursor: pointer;
    }

    .text-wrapper-11.active,
    .text-wrapper-12.active{
        color: var(--white-eb);
    }

    .selector__kazhan620:not(.active),
    .selector__kazhan630:not(.active) {
        color: var(--grey-69);
    }

    .text-wrapper-18 {
        font-family: var(--paragraphs-main-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-regular-font-weight);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        color: var(--textheader);
        width: 40%;
        display: block;
        overflow: hidden;
    }


    .content__textLine {
        letter-spacing: -0.5px;
        display: inline;
    }

    .content__textLine  span.withGradient {
        background: var(--primary-gradient);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
    }

    .desc__text {
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    .scenariosOfUsage__chips {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .desc__title {
        position: relative;
        font-family: var(--headline-desktop-2-font-family), sans-serif;
        font-weight: var(--headline-desktop-2-font-weight);
        color: var(--textreverse);
        font-size: var(--headline-desktop-2-font-size);
        letter-spacing: var(--headline-desktop-2-letter-spacing);
        line-height: var(--headline-desktop-2-line-height);
        font-style: var(--headline-desktop-2-font-style);
    }

    .desc__droneInfo {
        display: flex;
        flex-direction: column;
        width: 35.28vw;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        flex: 0 0 auto;
    }

    .desc__droneInfoText {
        position: relative;
        align-self: stretch;
        font-family: var(--paragraphs-main-text-regular-font-family, sans-serif);
        font-weight: var(--paragraphs-main-text-regular-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-main-text-regular-font-size);
        letter-spacing: var(--paragraphs-main-text-regular-letter-spacing);
        line-height: var(--paragraphs-main-text-regular-line-height);
        font-style: var(--paragraphs-main-text-regular-font-style);
    }

    .chip {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 6.11vw;
        background-image: url('./public/media/scenariousOfUsage/chipBg.webp');
        background-size: 100% 100%;
        padding: 21px 16px;
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .chip__text {
        font-family: var(--paragraphs-secondary-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        letter-spacing: var(--paragraphs-secondary-text-bold-letter-spacing);
        line-height: var(--paragraphs-secondary-text-bold-line-height);
        font-style: var(--paragraphs-secondary-text-bold-font-style);
    }

     .chip__icon {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

     .chip__icon_big {
        width: 57px;
        height: 57px;
    }

    .chip.nato {
        background-image: url('./public/media/scenariousOfUsage/whiteChipBg.webp');
    }

    .contentContainer__img {
        position: absolute;
        top: 80px;
        left: 200px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .logo {
        display: inline-flex;
        align-items: center;
        position: relative;
    }

    .text-wrapper-13 {
        position: relative;
        width: 83px;
        font-family: var(--paragraphs-secondary-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        letter-spacing: var(--paragraphs-secondary-text-bold-letter-spacing);
        line-height: var(--paragraphs-secondary-text-bold-line-height);
        font-style: var(--paragraphs-secondary-text-bold-font-style);
    }

    .div-wrapper-4 {
        display: flex;
        flex-direction: column;
        width: 421px;
        align-items: flex-start;
        gap: 8px;
        position: absolute;
        top: 768px;
        left: 64px;
    }

    .element-4 {
        position: absolute;
        top: 0;
        left: 131px;
        width: 1309px;
        height: 800px;
    }

    .contentContainer.comparisonSection {
        display: flex;
        padding: 120px 0 120px 64px;
        position: relative;
        flex: 0 0 auto;
        height: auto;
        min-height: 100vh;
        max-height: none;
        justify-content: flex-end;
        scroll-snap-align: start;
    }

    .comparisonSection__content {
        position: relative;
        width: 95.56vw;
        height: 100%;
        background-image: url('./public/media/charastericsticsTable/characteristicsBg.webp');
        background-size: 100% 100%;
    }


    .comparisonSectionTitle {
        position: absolute;
        top: 85px;
        left: 0;
        width: 62px;
        height: 381px;
        display: flex;
        align-items: center;
        background-image: url('./public/media/charastericsticsTable/characteristicsTitleBg.webp');
        background-size: 100% 100%;
        justify-content: center;
        align-items: center;
    }

    .text-wrapper-15 {
        height: 19px;
        margin-left: -8px;
        transform: rotate(-90deg);
        font-family: var(--paragraphs-secondary-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-bold-font-weight);
        color: var(--textheader);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        text-align: center;
        letter-spacing: var(--paragraphs-secondary-text-bold-letter-spacing);
        line-height: var(--paragraphs-secondary-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-secondary-text-bold-font-style);
    }


    .comparisonLabel {
        height: 19px;
        margin-left: -8px;
        transform: rotate(-90deg);
        font-family: var(--paragraphs-secondary-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        text-align: center;
        letter-spacing: var(--paragraphs-secondary-text-bold-letter-spacing);
        line-height: var(--paragraphs-secondary-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-secondary-text-bold-font-style);
    }

    .comparisonTable {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 24px;
        padding: 5.90vw 13.89vw 3.82vw;
    }

    .comparisonTable__row {
        align-items: center;
        gap: 20px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid var(--white-70);
        padding: 25px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .comparisonTable__row:last-child {
        border-bottom: none;
    }

    .comparisonTable__row.comparisonTable__row_NoVPadding {
        padding-bottom: 0;
    }

    .comparisonTable__header {
        position: relative;
        flex: 1;
        font-family: var(--headline-desktop-5-font-family), sans-serif;
        font-weight: var(--headline-desktop-5-font-weight);
        color: var(--textreverse);
        font-size: var(--headline-desktop-5-font-size);
        letter-spacing: var(--headline-desktop-5-letter-spacing);
        line-height: var(--headline-desktop-5-line-height);
        font-style: var(--headline-desktop-5-font-style);
    }

    .comparisonTable__header.comparisonTable__header_centered {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .comparisonTable__header.comparisonTable__header_last::before {
        position: relative;
    }

    .comparisonTable__div {
        position: relative;
    }

    .comparisonTable__div::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        background: var(--primary-gradient);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
        height: 60vw;
        border-radius: 32px;
        width: 99.5%;
        top: -47px;
    }

    @media screen and (max-width: 1680px) {
        .comparisonTable__div::before {
            height: 65vw;
        }
    }

    @media screen and (max-width: 1440px) {
        .comparisonTable__div::before {
            height: 72vw;
        }
    }

    .comparisonTable__label {
        position: relative;
        flex: 1;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-main-text-bold-font-size);
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        font-style: var(--paragraphs-main-text-bold-font-style);
    }

    .comparisonTable__value {
        position: relative;
        flex: 1;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-regular-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-main-text-bold-font-size);
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        font-style: var(--paragraphs-main-text-bold-font-style);
        text-align: center;
    }


    .comparisonTable__rowBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        position: relative;
        flex: 1;
    }

    .comparisonTable__rowLabel {
        position: relative;
        width: fit-content;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-main-text-bold-font-size);
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-main-text-bold-font-style);
    }

    .comparison {
        position: relative;
        align-self: stretch;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-regular-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        letter-spacing: var(--paragraphs-secondary-text-regular-letter-spacing);
        line-height: var(--paragraphs-secondary-text-regular-line-height);
        font-style: var(--paragraphs-secondary-text-regular-font-style);
    }

    .comparisonTable__iconTick {
        position: relative;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
    }


    .comparison-label-5 {
        position: relative;
        flex: 1;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-main-text-bold-font-size);
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        font-style: var(--paragraphs-main-text-bold-font-style);
    }

    .comparison-value-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        position: relative;
        flex: 1;
    }

    .comparison-value-3 {
        position: relative;
        align-self: stretch;
        margin-top: -1px;
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-main-text-bold-font-size);
        text-align: center;
        letter-spacing: var(--paragraphs-main-text-bold-letter-spacing);
        line-height: var(--paragraphs-main-text-bold-line-height);
        font-style: var(--paragraphs-main-text-bold-font-style);
    }

    .comparison-2 {
        position: relative;
        align-self: stretch;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-regular-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-secondary-text-regular-font-size);
        text-align: center;
        letter-spacing: var(--paragraphs-secondary-text-regular-letter-spacing);
        line-height: var(--paragraphs-secondary-text-regular-line-height);
        font-style: var(--paragraphs-secondary-text-regular-font-style);
    }

    .comparison-label-6 {
        position: relative;
        width: 285px;
        margin-top: -1px;
        font-family: var(--headline-desktop-1-font-family), sans-serif;
        font-weight: 700;
        color: var(--textreverse);
        font-size: 16px;
        letter-spacing: -0.16px;
        line-height: 21.8px;
    }

    .comparison-divider-2 {
        position: absolute;
        top: -47px;
        left: 0;
        width: 100%;
        height: 1113px;
        border-radius: 32px;
        border: none;
        overflow: hidden;
    }

    .comparison-details {
        position: absolute;
        top: -47px;
        left: 0;
        width: 100%;
        height: 268px;
        display: flex;
        flex-direction: column;
        border-radius: 32px;
        overflow: hidden;
    }

    .comparison-header-3 {
        height: 27px;
        background: var(--primary-gradient);
    }

    .rectangle-2 {
        height: 241px;
        background:  linear-gradient(180deg,rgba(35, 237, 57, 0.1) 0%, rgba(35, 237, 57, 0.1) 50%, rgba(70, 196, 69, 0) 100%);
    }

    .section-container-2 {
        width: 1440px;
        gap: 240px;
        padding: 120px 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        flex: 0 0 auto;
    }

    .gradient-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 1440px;
        height: 620px;
        overflow: hidden;
    }

    /*jssSystems section*/
    .contentContainer.jssSystemsContainer {
        height: auto;
        max-height: 100%;
        padding: 120px 0 120px 64px;
        scroll-snap-align: center;
        min-height: auto;
    }

    .jssSystems {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .jssSystems__listWrapper {
        position: relative;
        overflow: hidden;
    }

    .jssSystems__list {
        display: flex;
        gap: 24px;
        animation: slideLeft 50s linear infinite;
        will-change: transform;
        padding-right: 24px;

    }

    .jssSystems__list:hover {
        animation-play-state: paused;
    }

    @keyframes slideLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-11 * 44.72vw - 11 * 24px));
        }
    }


    .jssSystems__item {
        display: flex;
        border-radius: 16px;
        overflow: hidden;
        width: 44.72vw;
        height: auto;
        aspect-ratio: 44.72/27.15;
    }

    .jssSystems__item .gif {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .jssSystems__arrow {
        position: absolute;
        right: 20px;
        top: 57%;
        transform: translateY(-57%);
        background: url("./public/media/arrowBtn.webp") no-repeat center;
        border-radius: 50%;
        width: 50px;
        height: 48px;
        cursor: pointer;
        display: flex;
        transition: all 0.3s ease;
        z-index: 10;
    }


    /*videos section*/
    .contentContainer.videosSection {
        height: auto;
        max-height: 100%;
        padding: 120px 64px;
        width: 100%;
        scroll-snap-align: center;
        min-height: auto;
    }

    .videosSection .videos {
        display: flex;
        flex-direction: column;
        gap: 45px;
        width: 100%;
    }


    .text-wrapper-16 {
        position: relative;
        align-self: stretch;
        font-family: var(--headline-desktop-5-font-family), sans-serif;
        font-weight: var(--headline-desktop-5-font-weight);
        color: var(--white-100);
        font-size: var(--headline-desktop-5-font-size);
        letter-spacing: var(--headline-desktop-5-letter-spacing);
        line-height: var(--headline-desktop-5-line-height);
        font-style: var(--headline-desktop-5-font-style);
        text-transform: uppercase;
        opacity: 0;
        transition: opacity 0.8s ease-out;
        will-change: opacity;
    }

    .text-wrapper-16.fade-in {
        opacity: 1;
    }

    .videoWrapper {
        width: 100%;
        height: 400px;
        overflow: hidden;
        transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        opacity: 0;
        transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease-out 0.3s;
        will-change: height, opacity;
    }

    .videoWrapper.fade-in {
        opacity: 1;
    }

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: object-fit 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .videoWrapper.expanded video {
        object-fit: contain;
    }

    /*contact section*/

    .contentContainer.formSection {
        padding: 120px 0 24px 64px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        height: auto;
        max-height: unset;
        scroll-snap-align: start;
        min-height: 100vh;
    }

    .formSection__wrapper {
        position: relative;
        background-image: url('./public/media/contactForm/contactFormBg.webp');
        background-size: 100% 100%;
        padding: 90px 172px 72px 0;
        display: flex;
        gap: 182px;
        align-items: center;
    }

    .formSection .formSection__title {
        transform: rotate(-90deg);
    }

    .text-wrapper-14 {
        font-family: var(--paragraphs-secondary-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-bold-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-small-main-text-16-font-size);
        letter-spacing: var(--paragraphs-secondary-text-bold-letter-spacing);
        line-height: var(--paragraphs-secondary-text-bold-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-secondary-text-bold-font-style);
    }

    .formSection .formSection__details {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 37px;
    }

    .formSection .formSection__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 32px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .formSection .formSection__headerText {
        position: relative;
        align-self: stretch;
        font-family: var(--headline-desktop-2-font-family), sans-serif;
        font-weight: var(--headline-desktop-2-font-weight);
        color: var(--textreverse);
        font-size: var(--headline-desktop-2-font-size);
        letter-spacing: var(--headline-desktop-2-letter-spacing);
        line-height: var(--headline-desktop-2-line-height);
        font-style: var(--headline-desktop-2-font-style);
    }


    .formSection .formSection__headerEmail {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        position: relative;
        flex: 0 0 auto;
    }

    .formSection .formSection__emailIcon {
        position: relative;
        width: 50px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.5);
    }

    .formSection .emailIcon {
        width: 20px;
        height: 16px;
    }

    .formSection .formSection__emailIconText {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-regular-font-weight);
        color: var(--textreverse);
        font-size: var(--paragraphs-secondary-text-regular-font-size);
        letter-spacing: var(--paragraphs-secondary-text-regular-letter-spacing);
        line-height: var(--paragraphs-secondary-text-regular-line-height);
        white-space: nowrap;
        font-style: var(--paragraphs-secondary-text-regular-font-style);
    }

    .formSection .contactFormWrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 24px;
        position: relative;
        background-color: #ffffff80;
        border-radius: 32px;
        border: none;
        backdrop-filter: blur(10.77px) brightness(100%);
        -webkit-backdrop-filter: blur(10.77px) brightness(100%);
    }

    .formSection .contactFormWrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.38px;
        border-radius: 32px;
        background: linear-gradient(105deg, rgba(255, 255, 255, 1) 30%, rgba(208, 208, 208, 1) 91%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
    }

    .formSection .contactForm {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        transition: all 0.5s ease;
    }

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

    .formSection .input {
        display: flex;
        flex-direction: column;
        width: 20.74vw;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        position: relative;
    }

    .formSection .label {
        position: relative;
        display: flex;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-regular-font-weight);
        color: var(--b-1);
        font-size: var(--paragraphs-secondary-text-regular-font-size);
        letter-spacing: var(--paragraphs-secondary-text-regular-letter-spacing);
        line-height: var(--paragraphs-secondary-text-regular-line-height);
        font-style: var(--paragraphs-secondary-text-regular-font-style);
    }

    .formSection .placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--b-0);
        border-radius: 12px;
        border: 1px solid var(--b-7);
        font-family: var(--paragraphs-main-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-regular-font-weight);
        color: var(--b-5);
        font-size: var(--paragraphs-main-text-regular-font-size);
        letter-spacing: var(--paragraphs-main-text-regular-letter-spacing);
        line-height: var(--paragraphs-main-text-regular-line-height);
        font-style: var(--paragraphs-main-text-regular-font-style);
    }

    .input input:focus,
    .placeholder:focus,
    .input-2:focus {
        outline: none;
        border: 1px solid transparent;
        background:
                linear-gradient(white, white) padding-box,
                var(--primary-gradient) border-box;
    }

    .placeholder:not(:placeholder-shown),
    .input-2:not(:placeholder-shown),
    .input-3:not(:placeholder-shown) {
        color: var(--textreverse);
    }

    .placeholder:not(:placeholder-shown) {
        background-color: var(--b-0);
    }

    .formSection .input-2 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        width: 100%;
    }

    .formSection .input-3 {
        align-self: stretch;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
    }

    .input__hint {
        align-items: center;
        gap: 7px;
        display: none;
        position: absolute;
        bottom: -21px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        width: 100%;
    }

    .input__hint span {
        color: var(--textreverse);
        font-family: var(--paragraphs-main-text-bold-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
        font-size: var(--paragraphs-small-text-bold-font-size);
        text-decoration: underline;
        line-height: 90%;
        width: 100%;
    }

    .input__hint.show {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    /* Error state for inputs */
    .input.error input,
    .input-2.error input,
    .input-3.error textarea {
        border: 1px solid var(--red);
    }

    /* Hide browser validation tooltips */
    input:invalid {
        box-shadow: none;
    }

    input::-webkit-validation-bubble {
        display: none;
    }

    input::-webkit-validation-bubble-message {
        display: none;
    }

    input::-webkit-validation-bubble-arrow {
        display: none;
    }

    input::-moz-validation-bubble {
        display: none;
    }

    /* Remove focus outline on invalid inputs */
    input:invalid:focus {
        outline: none;
    }

    /* Remove autofill background color */
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-text-fill-color: var(--textreverse) !important;
        background-color: var(--b-0) !important;
    }

    textarea {
        resize: none;
    }

    .formSection .contactForm__btn {
        align-self: stretch;
        width: 100%;
        background-color: var(--textreverse);
        position: relative;
        border-radius: 30px;
        padding: 4px;
        height: 56px;
    }

    .formSection .contactForm__btnText {
        text-align: center;
        font-family: var(--buttons-desk-big-font-family), sans-serif;
        font-weight: var(--buttons-desk-big-font-weight);
        color: var(--textheader);
        font-size: var(--buttons-desk-big-font-size);
        letter-spacing: var(--buttons-desk-big-letter-spacing);
        line-height: var(--buttons-desk-big-line-height);
        white-space: nowrap;
        font-style: var(--buttons-desk-big-font-style);
    }

    .formSection .contactForm__iconEmail {
        position: absolute;
        top: 4px;
        right: 4px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--white-100);
        border-radius: 50%;
    }

    .formSection .emailIcon {
        width: 20px;
        height: 16px;
    }

    /* Success popup styles */
    .successPopup {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        display: flex;
    }

    .successPopup.show {
        opacity: 1;
        visibility: visible;
        display: flex;
    }

    .successPopup__content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: center;
        transform: translateY(20px);
        transition: transform 0.3s ease;
        height: 100%;
    }

    .successPopup.show .successPopup__content {
        transform: translateY(0);
    }

    .successPopup__icon {
        width: 56px;
        height: 56px;
        background: var(--white-100);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .successPopup__title {
        font-family: var(--headline-desktop-1-font-family), sans-serif;
        font-weight: var(--headline-desktop-5-font-weight);
        font-size: var(--headline-desktop-5-font-size);
        color: var(--textreverse);
        text-transform: uppercase;
    }

    .successPopup__message {
        font-family: var(--buttons-desk-small-font-family), sans-serif;
        font-weight: var(--paragraphs-secondary-text-regular-font-weight);
        font-size: var(--paragraphs-secondary-text-regular-font-size);
        color: var(--textreverse);
    }


    .footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 64px 30px;
        position: relative;
        align-self: stretch;
        width: 100%;
        scroll-snap-align: end;
        background-color: var(--background);
        flex-shrink: 0;
    }

    .footer-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: -1px;
        font-family: var(--footer-paragraphs-text--font-family), sans-serif;
        font-weight: 400;
        color: var(--white-60);
        font-size: 14px;
        letter-spacing: -0.7px;
        line-height: 16.8px;
        white-space: nowrap;
    }

    .comparisonSection__contentMobile {
        display: none;
    }

    .contentContainer.scenariosOfUsage {
        padding: 120px 64px;
        max-height: none;
        height: auto;
        min-height: 100vh;
        scroll-snap-align: start;
    }

    .scenariosOfUsage__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .scenariosOfUsage__contentTop {
        display: flex;
        gap: 24px;
    }

    .scenariosOfUsage__contentTopLeft {
        width: 31.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .scenariosOfUsage__header {
        color: var(--white-100);
        font-size: 3.33vw;
        text-transform: uppercase;
        font-weight: var(--headline-desktop-2-font-weight);
        font-family: var(--headline-desktop-2-font-family), sans-serif;
    }

    .scenariosOfUsage__header span.gradient {
        background: var(--primary-gradient);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
    }

    .scenariosOfUsage__contentTopRight {
        width: 63%;
        display: flex;
        border-radius: 16px;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .scenariosOfUsage__contentTopRight.tabletOnly {
        display: none;
    }

    .scenariosOfUsage__contentTopRight.desktopOnly {
        display: flex;
    }

    .scenariosOfUsage__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .scenariosOfUsage__contentBottom {
        display: flex;
        gap: 24px;
        width: 100%;
    }

    .scenariosOfUsage__listItem {
        border-radius: 16px;
        overflow: hidden;
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        min-width: 21.53vw;
        height: 27.15vw;
        width: 25%;
    }

    .scenariosOfUsage__listItemText {
        font-family: var(--headline-desktop-2-font-family), sans-serif;
        font-weight: var(--headline-desktop-1-font-weight);
        color: var(--white-100);
        opacity: 0.5;
        font-size: 3.47vw;
        z-index: 10;
    }

    .scenariosOfUsage__listItemText_o1 {
        opacity: 1;
        font-size: var(--headline-desktop-5-font-size);
        text-transform: uppercase;
    }

    .scenariosOfUsage__listItemNumberImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 1680px) and (min-width: 1441px) {
        .leftSection {
            gap: 20vw;
        }
    }

    /*tablet*/
    @media (max-width: 1024px) {
        .custom-cursor {
            display: none;
        }

        .contentContainer {
            padding: 80px 20px 80px;
        }

        .desktopOnly {
            display: none;
        }

        .tabletOnly {
            display: block;
        }

        .tabletAndMobileOnly {
            display: flex;
        }

        .header {
            height: 63px;
            padding: 0 26px;
        }

        .headerTrigger {
            display: none;
        }

        .logo {
            width: 96px;
            height: 63px;
        }

        .navBox {
            display: none;
        }

        .burgerMenu {
            display: flex;
            margin-top: 22px;
        }

        .burgerMenuOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            flex-direction: column;
            gap: 24px;
            border-radius: 16.56px;
            border: none;
            background: linear-gradient(159.41deg, #070A33 54.37%, #0C19A4 135.53%);
            opacity: 0;
            align-items: center;
            padding: 80px 0 40px;
            z-index: 2000;
            display: none;
        }

        .burgerMenuOverlay::before {
            content: "";
            position: absolute;
            inset: 0;
            padding: 0.38px;
            border-radius: 16.56px;
            background: linear-gradient(105deg, rgba(23, 23, 23, 1) 30%, rgba(149, 149, 149, 1) 91%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            z-index: 1;
            pointer-events: none;
            top: -10px;
        }

        .burgerMenuOverlay.open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            animation: slideIn 1s ease forwards;
            display: flex;
        }

        .nav__list_column {
            flex-direction: column;
            gap: 24px;
            align-items: center;
            justify-content: center;
        }

        .nav__link {
            font-size: 2.16vw;
        }

        .header__actions_column {
            flex-direction: column;
            gap: 108px;
            align-items: center;
            justify-content: center;
        }

        .header__actions_column .langSwitcherBox__button {
            gap: 40px;
            position: relative;
        }


        .header__actions_column .langSwitcherBox__text {
            font-size: 1.92vw;
        }

        .header__actions_column .yellow__buttonText {
            font-size: 2.16vw;
            font-family: var(--buttons-desk-big-font-family), sans-serif;
        }

        .header__actions_column .yellow__button {
            padding: 4px 70px 4px 50px;
            min-height: 56px;
        }

        .header__actions_column .iconsEmailOutlinedWrapper {
            width: 48px;
            height: 48px;
            position: absolute;
            top: 4px;
            right: 4px;
        }

        .contentContainer.mainSection {
            flex-direction: column;
            justify-content: space-between;
            padding: 113px 20px 80px;
            align-items: stretch;
        }

        .titleAndTypes__title {
            font-size: 15.34vw;
        }

        .titleAndTypes__types {
            font-size: 2.88vw;
        }

        .leftSection__subtitle {
            font-size: 2.88vw;
            text-transform: uppercase;
        }

        .rightSectionWrapper {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .rightSection {
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: flex-end;
        }

        .yellow__button_fw {
            width: 100%;
        }

        .riskReduction {
            flex: unset;
            width: 32%;
            height: min-content;
            margin: auto 0 0 0;
        }

        .riskReduction__title {
            font-size: 4.79vw;
        }

        .riskReduction__text {
            font-size: 1.92vw;
        }

        .text-wrapper-8,
        .text-wrapper-9 {
            font-size: 1.68vw;
        }

        .item,
        .combatRadius,
        .payloadCapacity {
            position: relative;
            width: 99px;
            height: 57px;
        }

        .yellow__button_fw {
            min-height: 56px;
            position: relative;
            justify-content: center;
        }

        .yellow__button_fw .text-wrapper-7 {
            font-size: 2.16vw;
        }

        .yellow__button_fw .button__wrapper {
            position: absolute;
            top: 2px;
            right: 2px;
        }

        .dron {
            position: absolute;
            top:220px;
            left: 0;
            width: 100vw;
            height: auto;
        }

        .text-wrapper-11,
        .text-wrapper-12 {
            font-size: 2.16vw;
        }

        .text-wrapper-10,
        .text-wrapper-16 {
            font-size: 2.88vw;
        }

        .text-wrapper-18 {
            font-size: 1.92vw;
            width: 45%;
        }

        .text-wrapper-14 {
            font-size: 1.92vw;
        }


        .chip {
            width: auto;
            height: auto;
            max-height: 10.55vw;
        }

        .desc__button_fw {
            width: 100%;
            align-items: center;
            justify-content: center;
        }

        .desc__button_fw .button__icon {
            width: 48px;
            height: 48px;
        }

        .contentContainer.comparisonSection {
            padding: 0;
        }

        .comparisonSection__content {
            position: relative;
            width: 100vw;
            height: 100%;
            background-image: none;
            background-size: 100% 100%;
            background-color: var(--white-90);
            display: flex;
            flex-direction: column;
            padding: 126px 0 60px;
        }

        .comparisonTable {
            padding: 0 20px 45px;
        }

        .comparisonSectionTitle {
            position: absolute;
            top: -128px;
            left: 50%;
            transform: rotate(90deg) translateX(-50%);
        }

        .text-wrapper-15,
        .comparisonLabel {
            font-size: 1.92vw;
        }

        .comparisonTable__header {
            font-size: 2.88vw;
        }

        .comparisonTable__label,
        .comparisonTable__value,
        .comparisonTable__rowLabel,
        .comparison-label-5 {
            font-size: 2.16vw;
        }

        .comparison, .comparison-2 {
            font-size: 1.92vw;
        }

        .comparisonTable__div::before {
            height: 110vw;
        }

        .contentContainer.jssSystemsContainer {
            padding: 120px 0 120px 20px;
        }

        .jssSystems__arrow {
            display: none;
        }

        .jssSystems__item {
            width: 62.95vw;
            height: auto;
            aspect-ratio: 62.95/38.24;
        }

        .contentContainer.videosSection {
            padding: 0 20px 120px 20px;
        }

        .videos__list {
            overflow-x: scroll;
        }

        .videos__item {
            width: 77.57vw;
            height: auto;
        }

        .contentContainer.formSection {
            padding: 0;
        }


        .formSection__wrapper {
            position: relative;
            background-image: url('./public/media/contactForm/contactFormBgTablet.webp');
            padding: 20px 20px 40px;
            display: flex;
            flex-direction: column;
            gap: 80px;
            width: 100%;
        }

        .formSection .formSection__title {
            transform: rotate(0deg);
        }


        .text-wrapper-14 {
            font-size: 1.92vw;
        }

        .formSection .formSection__details {
            gap: 24px;
            width: 100%;
        }

        .formSection .formSection__header {
            align-items: center;
            gap: 24px;
            text-align: center;
        }

        .formSection .formSection__headerText {
            font-size: 3.60vw;
        }



        .formSection .formSection__emailIconText {
            font-size: 1.92vw;
        }

        .formSection .contactFormWrapper {
            padding: 24px 16px;
        }

        .formSection .contactForm {
            gap: 16px;
        }

        .formSection .input {
            width: 100%;
        }

        .formSection .label {
            font-size: 1.92vw;
        }

        .formSection .placeholder {
            font-size: 1.92vw;
        }

        .input__hint {
            align-items: center;
            gap: 7px;
            display: none;
            position: absolute;
            bottom: -21px;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            width: 100%;
        }

        .contactFormWrapper {
            width: 100%;
        }

        .input__hint span {
            font-size: 1.62vw;
        }

        .contactForm__row {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .formSection .contactForm__btnText {
            font-size: 1.92vw;
        }

        .footer {
            padding: 30px 20px 30px;
        }

        .successPopup__title {
            font-size: 2.88vw;
            text-align: center;
        }

        .successPopup__message {
            font-size: 2.16vw;
        }

        .rightSectionWrapper .yellow__button {
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
            padding: 0;
        }

        .scenariosOfUsage__content {
            gap: 45px;
        }

        .scenariosOfUsage__contentTopLeft,
        .scenariosOfUsage__contentTopRight {
            width: 100%;
        }

        .scenariosOfUsage__contentTopLeft {
            display: grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            gap: 16px;
        }


        .scenariosOfUsage__contentTopRight.tabletOnly {
            display: flex;
            max-height: 22.06vw;
        }

        .scenariosOfUsage__contentTopRight.desktopOnly {
            display: none;
        }

        .scenariosOfUsage__contentTop {
            flex-direction: column;
            gap: 45px;
        }

        .contentContainer.scenariosOfUsage {
            padding: 120px 20px;
        }

        .scenariosOfUsage__contentBottom {
            display: grid;
            gap: 16px;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
        }

        .scenariosOfUsage__listItem {
            width: 100%;
            height: 100%;
            min-height: 391px;
        }

        .scenariosOfUsage__listItemText {
            font-size: 5.99vw;
        }

        .scenariosOfUsage__listItemText_o1 {
            font-size: 2.88vw;
        }

        .chip__text {
            font-size: 1.92vw;
        }

        .scenariosOfUsage__header.tabletAndMobileOnly {
            font-size: 5.75vw;
            display: inline;
        }
    }

    @media (max-width: 820px) {
        .comparisonTable__div::before {
            height: 128vw;
        }
    }.

@media (max-width: 768px) {
    .comparisonTable__div::before {
        height: 138vw;
    }
}

    /*mobile*/
    @media (max-width: 600px) {
        .desktopOnly {
            display: none;
        }

        .tabletOnly {
            display: none;
        }

        .mobileOnly {
            display: block;
        }

        .header {
            padding: 0 20px;
        }

        /* Add scroll offset for mobile sections */
        section[id]:not(#scenarios) {
            scroll-margin-top: 63px;
        }

        .burgerMenuOverlay {
            padding: 120px 0 40px;
        }

        .nav {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav__link {
            font-size: 4.58vw;
        }

        .header__actions_column .langSwitcherBox__text {
            font-size: 4.07vw;
        }

        .header__actions_column .yellow__buttonText {
            font-size: 4.58vw;
            font-weight: 600;
            color: var(--textreverse);
        }

        .contentContainer.mainSection {
            flex-direction: column;
            justify-content: space-between;
            padding: 115px 20px 16px;
            max-height: 100svh;
        }

        .titleAndTypes__title {
            font-size: 15.26vw;
        }

        .titleAndTypes__types {
            font-size: 4.58vw;
        }

        .leftSection__subtitle {
            font-size: 6.11vw;
        }

        .rightSection {
            gap: 4px;
        }

        .riskReduction {
            width: max-content;
        }

        .riskReduction__title {
            font-size: 10.18vw;
        }

        .riskReduction__text {
            font-size: 4.07vw;
        }

        .text-wrapper-8,
        .text-wrapper-9 {
            font-size: 3.56vw;
        }

        .yellow__button_fw .text-wrapper-7 {
            font-size: 4.58vw;
        }

        .contentContainer {
            padding: 80px 20px;
        }

        .selector {
            width: calc(100vw - 40px);
        }

        .text-wrapper-11,
        .text-wrapper-12 {
            font-size: 4.58vw;
        }

        .text-wrapper-10,
        .text-wrapper-16{
            font-size: 6.11vw;
        }


        .text-wrapper-18 {
            font-size: 4.07vw;
            width: 100%;
        }

        .text-wrapper-14 {
            font-size: 4.07vw;
        }

        .aboutDron {
            flex-direction: column;
        }

        .aboutDron .desc__title {
            font-size: 7.63vw;
        }

        .desc__droneInfo {
            width: 100%;
        }

        .desc__decorText {
            margin-bottom: 80px;
            padding-top: 35px;
        }

        .desc__droneInfoText {
            font-size: 4.58vw;
        }


        .scenariosOfUsage__chips {
            display: grid;
            grid-template-rows: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
        }

        .chip {
            width: 100%;
            height: auto;
        }

        .chip__text {
            font-size: 3.56vw;
            font-weight: 700;
        }

        .chip__icon {
            width: 33px;
            height: 33px;
        }

        .chip__icon_big {
            width: 38px;
            height: 38px;
        }

        .desc__button_mb50 {
            margin-bottom: 36px;
        }


        .content__textLine {
            transform: translateY(20px);
        }

        .content__textLine.line-hidden {
            transform: translateY(-20px);
        }

        .text-wrapper-15,
        .comparisonLabel {
            font-size: 4.07vw;
        }

        .comparisonTable__header {
            font-size: 6.11vw;
        }

        .comparisonTable__label,
        .comparisonTable__value,
        .comparisonTable__rowLabel,
        .comparison-label-5 {
            font-size: 4.58vw;
        }

        .comparison, .comparison-2 {
            font-size: 4.07vw;
        }

        .comparisonSection__content {
            display: none;
        }

        .comparisonSection__contentMobile {
            display: flex;
            background-color: var(--white-90);
            flex-direction: column;
            gap: 34px;
            width: 100%;
        }

        .contentMobile__title {
            font-size: 4.07vw;
            font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
            font-weight: var(--paragraphs-main-text-bold-font-weight);
        }

        .contentMobile__titleBox {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 21px 0;
            background-image: url('./public/media/charastericsticsTable/characteristicsTitleBgMob.webp');
            background-size: 100% 100%;
            width: 100%;
        }

        .jssSystems__list {
            overflow-x: scroll;
        }

        .jssSystems__item {
            width: calc(100vw - 40px);
            height: auto;
            aspect-ratio: 353/214;
        }

        .contentMobile__info {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 0 20px 60px;
        }

        .contentMobile__infoBox {
            display: flex;
            flex-direction: column;
            gap: 25px;
            padding: 0 16px 16px;
            background-color: var(--white-100);
            border-radius: 24px;
        }

        .contentContainer.videosSection {
            padding: 0 20px 120px 20px;
        }

        .videosSection .videos__list {
            overflow-x: scroll;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .videos__item {
            width: 100%;
            height: auto;
        }

        .formSection .formSection__headerText {
            font-size: 7.63vw;
        }

        .formSection .contactFormWrapper {
            padding: 24px 16px;
        }

        .formSection__wrapper {
            position: relative;
            background-image: url('./public/media/contactForm/contactFormBgMob.webp');
            padding: 20px 20px 40px;
            display: flex;
            flex-direction: column;
            gap: 60px;
            width: 100%;
        }


        .text-wrapper-14,
        .formSection .formSection__emailIconText,
        .formSection .label,
        .formSection .placeholder,
        .formSection .contactForm__btnText{
            font-size: 4.07vw;
        }


        .formSection .formSection__headerText {
            font-size: 7.63vw;
        }

        .input__hint {
            align-items: center;
            gap: 7px;
            display: none;
            position: absolute;
            bottom: -21px;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            width: 100%;
        }

        .contactFormWrapper {
            width: 100%;
        }

        .input__hint span {
            font-size: 3.8vw;
        }

        .successPopup__title {
            font-size: 6.11vw;
        }

        .successPopup__message {
            font-size: 4.58vw;
        }

        .scenariosOfUsage__header.tabletAndMobileOnly {
            font-size: 10.18vw;
        }

        .scenariosOfUsage__contentTop {
            gap: 20px;
        }

        .scenariosOfUsage__contentTopRight.tabletOnly {
            display: none;
        }

        .scenariosOfUsage__contentTopLeft {
            grid-template-columns: 1fr;
        }

        .chip {
            min-height: 19.85vw;
        }

        .chip__text {
            font-size: 3.56vw;
        }

        .scenariosOfUsage__content {
            gap: 20px;
        }

        .scenariosOfUsage__contentBottom {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            gap: 24px;
        }

        .scenariosOfUsage__listItem {
            min-height: 391px;
        }

        .scenariosOfUsage__listItemText {
            font-size: 12.72vw;
        }

        .scenariosOfUsage__listItemText_o1 {
            font-size: 6.11vw;
        }

        .contentContainer.scenariosOfUsage {
            padding: 80px 20px;
            position: relative;
            min-height: 100vh;
            max-height: none;
            height: auto;
            justify-content: flex-end;
            scroll-snap-align: start;
        }

        .contentContainer.jssSystemsContainer {
            padding: 40px 20px 80px;
        }

        .contentContainer.videosSection {
            padding: 40px 20px 120px;
        }


    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
