/* 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;
    cursor: none !important;
}

:root {
    cursor: none;
}

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

.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);
    line-height: 120%;
}

/* 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;
    position: relative;
    z-index: 2;
}

.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);
}


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

.nav__link:hover::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: var(--paragraphs-small-text-bold-font-weight);
    color: var(--textheader);
    pointer-events: none;
}

.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;
}

.scroll-container {
    position: relative;
    z-index: 2;
}
.home{
    background-color: var(--background);
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.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: 178px 64px 100px;
    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;
}

.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);
}

.titleAndTypes__types {
    position: relative;
    width: fit-content;
    opacity: 0.5;
    font-family: var(--headline-desktop-5-font-family), sans-serif;
    font-weight: var(--headline-desktop-5-font-weight);
    color: var(--grey);
    font-size: var(--headline-desktop-5-font-size);
    letter-spacing: var(--headline-desktop-5-letter-spacing);
    line-height: var(--headline-desktop-5-line-height);
    white-space: nowrap;
    font-style: var(--headline-desktop-5-font-style);
}

.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);
}

.yellow__button {
    background: var(--primary-gradient);
    position: relative;
    padding: 2px 2px 2px 36px;
    border-radius: 30px;
    display: flex;
    gap: 19px;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.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;
}

.rightSection {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 267px;
    position: relative;
}

.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: 5.5vw;
    height: 3.26vw;
}

.text-wrapper-8 {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(91deg, rgba(252, 216, 42, 1) 0%, rgba(248, 161, 47, 1) 100%);
    -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: linear-gradient(91deg, rgba(252, 216, 42, 1) 0%, rgba(248, 161, 47, 1) 100%);
}

.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: 5.5vw;
    height: 3.26vw;
}

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

.riskReduction {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 24px;
    width: max-content;
    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: stretch;
}

.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: linear-gradient(91deg, rgba(252, 216, 42, 1) 0%, rgba(248, 161, 47, 1) 100%);
    -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: 32%;
    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;
}

.aboutDronSection__wrapper {
    width: 95.56vw;
    height: auto;
    background-image: url('./public/media/aboutDron/aboutDronBg.webp');
    background-size: 100% 100%;
}

.aboutDron {
    display: flex;
    justify-content: space-between;
    padding: 100px 64px 100px 0;
    align-items: flex-end;
}

.aboutDron__desc {
    display: flex;
    gap: 75px;
    position: relative;
    align-items: center;
}

.aboutDron .desc__decorText p {
    transform: rotate(-90deg);
    z-index: 1;
    padding-top: 10px;
    margin-left: -35px;
}

@media (max-width: 1680px) {
    .aboutDron .desc__decorText p {
        padding-top: 0px;
        margin-left: -20px;
    }
}

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

.aboutDron__chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aboutDron .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);
}

.aboutDronSection__wrapper .desc__button {
    background-color: var(--textheader);
    position: relative;
    border-radius: 30px;
    padding: 2px;
    width: 27.5vw;
    height: 56px;
    text-align: center;
}

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

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

.aboutDronSection__wrapper .button__contactText {
    font-family: var(--buttons-desk-big-font-family), sans-serif;
    font-weight: var(--buttons-desk-big-font-weight);
    color: var(--textreverse);
    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);
}

.aboutDronSection__wrapper .button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12.92px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 48px;
    height: 48px;
    background-color: var(--black-100);
    border-radius: 100px;
}

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


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

.aboutDron .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);
}

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

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

.aboutDron .chip.nato {
    background-image: url('./public/media/aboutDron/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/comparisonTable/comparisonTableBg.webp');
    background-size: 100% 100%;
}

.comparisonBtn620 {
    position: absolute;
    top: calc(50% - 308px);
    left: 0;
    width: 62px;
    height: 381px;
    display: flex;
    align-items: center;
    background-image: url('./public/media/comparisonTable/comparisonTableBtn620.webp');
    background-size: 100% 100%;
}

.comparisonBtn630 {
    position: absolute;
    top: calc(50% - 556px);
    left: 0;
    width: 62px;
    height: 381px;
    display: flex;
    align-items: center;
    background-image: url('./public/media/comparisonTable/comparisonTableBtn630.webp');
    background-size: 100% 100%;
}

.text-wrapper-15 {
    height: 19px;
    margin-left: -8px;
    width: 79px;
    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;
    width: 79px;
    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: 114px 175px 114px 223px;
    position: relative;
}

.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 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__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-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);
    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;
    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: calc(-28px + 114px);
    right:  175px;
    width: 23%;
    height: calc(100% - 67px - 114px);
    border-radius: 32px;
    border: none;
    overflow: hidden;

    &:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        background: linear-gradient(91deg, rgba(252, 216, 42, 1) 0%, rgba(248, 161, 47, 1) 100%);
        -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: calc(100% + 45px);
        border-radius: 32px;
        width: 99.5%;
        top: -47px;
    }
}

.comparison-details {
    position: absolute;
    top: calc(-47px + 114px);
    right:  175px;
    width: 23%;
    height: 268px;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    overflow: hidden;
}

.comparison-header-3 {
    height: 27px;
    background: linear-gradient(91deg, rgba(252, 216, 42, 1) 0%, rgba(248, 161, 47, 1) 100%);
}

.rectangle-2 {
    height: 241px;
    background: linear-gradient(
            0deg,
            rgba(252, 216, 42, 0) 0%,
            rgba(252, 216, 42, 0.04) 35%,
            rgba(248, 161, 47, 0.2) 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;
}

.gradient-4 {
    position: relative;
    top: -314px;
    left: calc(50% - 791px);
    width: 1583px;
    height: 934px;
    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;
}

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

.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,
.jssSystems__item video.gif {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

.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%;
}

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

.videosSection .videos__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    grid-template-rows: 1fr;
    width: 100%;
}

.videos__item {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

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


.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);
}

/*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;
    max-width: 1715px;
}

.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;
    width: 100%;
}

.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: url("./public/media/btnBg.webp") no-repeat center;
}

.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: 100%;
    min-width: 300px;
    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;
}

@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: 0 0 16.56px 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;
        justify-content: center;
    }

    .burgerMenuOverlay::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.38px;
        border-radius: 0 0 16.56px 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: 56px;
        align-items: center;
        justify-content: center;
    }

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


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

    .rightSectionWrapper .yellow__button {
        display: flex;
    }

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

    .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;
    }

    .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: max-content;
        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%;
    }

    .contentContainer.aboutDronSection {
        padding: 0;
    }

    .aboutDronSection__wrapper {
        width: 100vw;
        height: auto;
        background-image: url('./public/media/aboutDron/aboutDronBgTablet.webp');
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px 72px;
    }

    .desc__decorText {
        padding-top: 15px;
        margin-bottom: 90px;
    }

    .aboutDron {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }

    .aboutDron .desc__decorText p {
        transform: rotate(0deg);
        z-index: 1;
        padding-top: 0px;
        margin-left: 0;
    }

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

    .aboutDron .desc__text {
        width: 100%;
        gap: 24px;
    }

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

    .desc__droneInfo {
        gap: 24px;
        width: 55.28vw;
    }

    .desc__droneInfoText {
        font-size: 2.16vw;
    }

    .aboutDron .chip {
        width: 30.46vw;
        height: auto;
    }

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

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

    .aboutDronSection__wrapper .button__contactText {
        font-size: 2.16vw;
    }

    .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-top: 126px;
    }

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

    .comparison-details {
        top: 0;
        right: 20px;
        width: 31%;
        height: 268px;
        display: flex;
        flex-direction: column;
        border-radius: 32px;
        overflow: hidden;
    }

    .comparison-divider-2 {
        top: 0;
        right: 20px;
        width: 31%;
        height: calc(100% - 50px);
    }

    .comparison-divider-2:before {
        width: 99%;
    }



    .comparisonBtn620 {
        top: -138px;
        left: 35%;
        transform: rotate(90deg) translateX(-35%);
    }

    .comparisonBtn630 {
        position: absolute;
        top: -122px;
        left: 60%;
        transform: rotate(90deg) translateX(-60%);
    }

    .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;
    }

    .contentContainer.jssSystemsContainer {
        padding: 120px 0 120px 20px;
        scroll-snap-align: center;
        min-height: auto;
    }

    .jssSystems__arrow {
        display: none;
    }

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

    .contentContainer.videosSection {
        padding: 0 0 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%;
        min-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;
    }
}

@media (max-width: 820px) {
    .comparisonBtn630 {
        top: -119px;
        left: 65%;
        transform: rotate(90deg) translateX(-65%);
    }
}

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

    .tabletOnly {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    .header {
        padding: 0 20px;
    }

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

    .nav__link {
        font-size: 4.58vw;
    }

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

    .header__actions_column .yellow__buttonText {
        font-size: 4.58vw;
    }

    .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__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 100px;
        /* Fix for Chrome mobile bottom browser UI */
        padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
        min-height: 100svh; /* Use small viewport height to account for browser chrome */
    }

    .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%;
    }

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

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

    .aboutDronSection__wrapper {
        width: 100vw;
        height: auto;
        background-image: url('./public/media/aboutDron/aboutDronBgMobile.webp');
        background-size: 100% 100%;
    }

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

    .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;
    }

    .aboutDronSection__wrapper .button__contactText {
        font-size: 4.58vw;
    }

    .aboutDron {
        gap: 24px;
    }

    .aboutDron .aboutDron__chips {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

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

    .aboutDron .chip__text {
        font-size: 3.56vw;
        font-weight: 700;
        line-height: 90%;
    }

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

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

    .desc__button_mb50 {
        margin-bottom: 36px;
    }

    .aboutDronSection__wrapper {
        padding: 0 20px 24px;
    }

    .content__text.slide-in-from-bottom {
        transform: translateY(20px); /* Initial state: below viewport */
    }

    .content__text.slide-out-to-top {
        opacity: 0;
        transform: translateY(-20px); /* Slide out upward and fade out */
    }

    .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: 50px;
        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/comparisonTable/mainTitleBgMob.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__info620,
    .contentMobile__info630 {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 0 16px 16px;
        background-color: var(--white-100);
        border-radius: 24px;
    }

    .info620__titleBox {
        padding: 14px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 56.75vw 100%;
        background-image: url('./public/media/comparisonTable/btnBg620Mob.webp');
    }

    .contentMobile__info620_630 .info620__titleBox {
        background-image: url('./public/media/comparisonTable/btnBg630Mob.webp');
    }

    .info620__titleBox h4 {
        color: var(--white-100);
        text-align: center;
        font-size: 4.07vw;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-weight: var(--paragraphs-main-text-bold-font-weight);
    }

    .info620__list {
        color: var(--textreverse);
        display: flex;
        flex-direction: column;
    }

    .info620__listTitle {
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-size: 4.07vw;
        text-transform: uppercase;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--white-70);
    }

    .info620__listItem {
        display: flex;
        align-items: center;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
        font-size: 4.07vw;
        padding: 25px 0;
        border-bottom: 1px solid var(--white-70);
        font-weight: var(--paragraphs-main-text-bold-font-weight);
    }

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

    .info620__listItem h4,
    .info620__listItem p,
    .info620__listItemTextBlock,
    .info620__listItemIconBlock {
        width: 50%;
        display: block;
    }

    .info620__listItemIconBlock {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info620__listItem p {
        text-align: center;
    }

    .info620__listItemTextBlock {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .info620__listItemTextBlock h4 {
        width: 90%;
    }

    .info620__listItemTextBlock p {
        text-align: left;
        color: var(--textreverse);
        font-weight: 400;
        width: 100%;
        font-size: 4.07vw;
        font-family: var(--paragraphs-secondary-text-regular-font-family), sans-serif;
    }

    .info620__listItemTextBlock .textAlignCenter {
        text-align: center;
    }

    .contentContainer.videosSection {
        padding: 0 20px 120px 20px;
        scroll-snap-align: center;
        min-height: auto;
    }

    .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;
    }
}

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

#loadingContainer,
.loadingContainer {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent; /* or rgba(...) if you want overlay */
    z-index: 10;
    pointer-events: none; /* Allow clicks to pass through to buttons */
}


/* Outer rotating ring */
#loadingBar,
.loadingBar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    animation: spin 1s linear infinite;
    position: relative;
}

/* Inner concentric ring */
#loadingBar::after,
.loadingBar::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.15);
    border-bottom-color: white;
    animation: spinReverse 0.7s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes spinReverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to   { transform: translate(-50%, -50%) rotate(0deg); }
}

#DroneCanvsParentSuper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
}

#DroneCanvasParent {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

#DroneCanvas {
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    position: sticky;
}

/* Large screens max-width constraint */
@media (min-width: 1800px) {
    .mainContainer {
        max-width: 1800px;
        margin: 0 auto;
        width: 100%;
        scrollbar-width: none;
    }

    .aboutDronSection__wrapper {
        width: 1700px;
    }

    .aboutDron {
        gap: 80px;
    }

    .aboutDron .chip {
        width: 263px;
        height: 116px;
    }

    .desc__droneInfo,
    .aboutDronSection__wrapper .desc__button {
        width: 560px;
    }

    .comparisonTable {
        max-width: 1800px;
        padding: 150px 230px 150px 260px;
    }

    .comparison-divider-2 {
        position: absolute;
        top: calc(-47px + 150px);
        right: 230px;
        height: calc(100% - 103px - 150px);

        &:before {
            height: calc(100% + 45px);
        }
    }

    .comparison-details {
        position: absolute;
        top: calc(-47px + 150px);
        right:  230px;
    }
}
