        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        body, html {
            width: 100%;
            overflow-x: hidden;
            background: #0D0D10;
        }
body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

        /* Фон на всю ширину */
.background-container {
    position: absolute; /* Меняем absolute на relative */
    width: 100%;
    height: 100vh; /* Занимает полную высоту экрана */
    z-index: 0;
    overflow: hidden; /* Скрываем выходящие за пределы элементы */
}

        /* Контентный контейнер */
.content-container {
    width:100%;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 2;
    color: white;
    padding: 20px;
}
        /* Стили для звезд */
        #stars, #stars2, #stars3 {
            position: absolute;
            width: 1px;
            height: 1px;
            background: transparent;
            animation: animStar 50s linear infinite;
            z-index:3;
        }

        #stars2 { width: 2px; height: 2px; animation-duration: 100s; }
        #stars3 { width: 3px; height: 3px; animation-duration: 150s; }

        @keyframes animStar {
            from { transform: translateY(0); }
            to { transform: translateY(-2000px); }
        }

        /* Волна */
        .wave {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 13, 16, 1) 0%, rgba(13, 13, 16, 0.9) 50%, rgba(13, 13, 16, 0) 70%);
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.main-banner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

        /* Заголовок */
        .main-title {
    font-family: 'Play', sans-serif;
    font-size: 60px;
    margin-top: 50px;
    line-height: 70px;
    font-weight:700;
}

        .subtitle {
            font-family: 'Inter', sans-serif;
            font-size: 20px;
            margin-top: 20px;
            font-weight:400;
            color: white;
            margin-bottom: 25px;
        }
.nav-bar {
    margin-top: 30px;
    width: 100%;
    background-color: #27163E;
    min-height: 100px;
    display: flex;
    border-radius: 14px;
    filter: drop-shadow(-1px 0px 11px #F9DFFF) 
    drop-shadow(-1px 0px 5px #A485FB);
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.g-logo {
    margin-right:25px;
}

.menu {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    justify-content: space-between;
}

.menu li {
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 12px 20px;
    min-width: 145px; 
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.menu li:hover {
    background: url('assets/hover-bg.svg') no-repeat center/contain;
    background-size: 100% 100%;
}

.phone-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    padding: 12px 24px;
    margin-left: 40px;
    --k: 0;
    transition: filter 0.3s;
}

.phone {
    font-family: 'Geologica';
    font-size: 25px;
    font-weight: 500;
    color: white;
    transition: color 0.3s;
}

.phone-btn:hover .phone {
    background: linear-gradient(90deg, 
        hsl(calc(var(--k)*1turn), 95%, 65%), 
        hsl(calc(var(--k)*1turn + 90deg), 95%, 65%)) text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.phone-btn:hover {
    filter: url(#f);
    animation: k 4s linear infinite;
}

@keyframes k {
    to { --k: 1; }
}

/* Существующие стили из второго кода */
@property --k {
    syntax: '<number>';
    initial-value: 0;
    inherits: false;
}

svg[height='0'] { 
    position: absolute;
}
.UTP {
    width:55%;
}
.ar-girl-wrapper {
    position: absolute;
    right: 0;
    width: 58%;
    overflow: hidden;
    height: 745px;
}
.ar-girl {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    /* left: -100px; */
    justify-content: flex-end;
}

.ar-google, .ar-fb, .ar-tt, .ar-youtube, .girl, .ar-tg, .ar-inst {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.girl {
    width: 90%;
    height: 90%;
    object-fit: contain;
    z-index:1;
}
.ar-google {
    width: 150px;
    left: 48%;
    bottom: 85px;
    z-index: 2;
}
.ar-fb {
    width: 290px;
    height: 290px;
    left: 70px;
    bottom: 60px;
    z-index: 3;
}
.ar-tt {
    width: 340px;
    right: -40px;
    bottom: 0px;
    z-index: 2;
}
.ar-youtube {
    width: 290px;
    left: -25px;
    bottom: 115px;
    z-index: 2;
}
.ar-tg {
    width: 310px;
    right: -45px;
    top: 245px;
    z-index: 0;
}
.ar-inst {
    width: 255px;
    left: 225px;
    top: 200px;
    z-index: 0;
}
.gradient-text {
    margin-top:40px;
    font-family:'Inter';
    font-size: 20px;
    font-weight: 400;
    background: linear-gradient(
        to right,
        #9E3CFF 0%,
        #FD3BCE 34%,
        #DAA284 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rainbow-btn {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight:400;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 12px 50px;
    text-decoration: none;
    border-radius: 8px;
    transition: .5s;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    animation: rainbow 8s linear infinite;
    display: inline-block;
    margin-top: 30px;
}

@keyframes rainbow {
    0% { background-position: 0%; }
    100% { background-position: 400%; }
}

.rainbow-btn:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 8px;
    opacity: .5;
    transition: 0.5s;
    animation: rainbow 8s linear infinite;
    filter: blur(5px);
}

.rainbow-btn:hover:before {
    filter: blur(20px);
    opacity: 1;
}
.tabs {
    margin-top: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}
.tabs h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    color: white;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
.pink-text {
    color:#FB85E2;
}
.stat-tab {
    background: url(assets/tab-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    width: 20%;
    display: flex;
    padding: 35px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px;
    z-index:5;
}
.count {
    font-family: 'Geologica', sans-serif;
    font-size: 40px;
    font-weight:500;
}
.stat-tab h2 {
    font-family: 'Geologica', sans-serif;
    text-align:center;
    font-size: 24px;
    font-weight:500;
    margin-bottom: 30px;
    background: linear-gradient(0deg, #9E3CFF 0%, #FD3BCE 73%, #DAA284 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-tab p {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight:300;
    color:white;
}
.count {
    background: linear-gradient(0deg, #9E3CFF 0%, #FD3BCE 73%, #DAA284 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.companies-heading {
    margin-top:50px;
    margin-bottom:50px;
    font-family: 'Geologica', sans-serif;
    text-align:center;
    font-size: 24px;
    font-weight:200;
    color:#7B7B7B;
    z-index:5;
}

.logo-tab {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    gap: 150px; /* Оптимальний gap */
}

.marquee-row {
    display: flex;
    animation: scroll-left 70s linear infinite;
    gap: 40px;
}

.marquee-row.reverse {
    margin-top:30px;
    animation: scroll-right 70s linear infinite;
    flex-direction: row-reverse;
}

/* Синхронізовані анімації */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

        .logo {
            background: url('assets/logo-tab-bg.svg') no-repeat center;
            background-size:cover;
            flex-shrink: 0;
            margin: 0 1rem;
            width: 202px;
            height:75px;
            padding:15px;
        }

        .fade-overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100px;
            background: linear-gradient(to right, rgba(13, 13, 16, 1), rgba(0, 0, 0, 0));
            z-index: 1;
        }

        .fade-overlay.right {
            right: 0;
            transform: rotateY(180deg);
        }

        .fade-overlay.left {
            left: 0;
        }
.glow {
    position:absolute;
    top:110px;
    right:0;
    z-index:5;
}
.glow-2 {
    position:absolute;
    top: 4200px;
    left:0;
    z-index:5;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.services {
    width: 100%;
    background-image: url(assets/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -115px;
    margin-top: 130px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 100px;
}
.services-heading {
    width:100%;
    font-family: 'Play', sans-serif;
    font-size: 64px;
    font-weight:400;
    color:white;
    text-align: center;
}
.services-heading-2 {
    margin-top:100px;
    width:100%;
    font-family: 'Play', sans-serif;
    font-size: 64px;
    font-weight:400;
    color:white;
    text-align: center;
}
.line {
    margin-top:-100px;
    margin-bottom:70px;
}
.line-2 {
    margin-bottom:100px;
}
.service1 {
    width: 1440px;
    display: flex;
    background-image: url(assets/service-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 620px;
    flex-wrap: wrap;
    flex-direction: row;
    filter: drop-shadow(0px 29px 42px #000000);
    border-radius:40px;
}
.service-tab-1 {
    padding: 60px;
    width: 59%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.service-tab-2 {
    padding: 60px;
    width: 55%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.service-tab-3 {
    padding: 60px;
    width: 60%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.service-tab-4 {
    padding: 60px;
    width: 60%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.service-tab-1, .service-tab-2, .service-tab-3, .service-tab-4 h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 48px;
    font-weight:800;
    color:white;
    text-align: left;
}
.service-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1px 20px;
    height: auto;
    width: fit-content;
    max-width: 100%;
    border-radius: 80px;
    background-color: #180E2E;
    word-break: normal;
}
.service-item h4 {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight:300;
    color:#F3DCFF;
}
.service-item img {
    margin-right: 7px;
}
.service2 {
    width: 1440px;
    display: flex;
    background-image: url(assets/service-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 620px;
    flex-wrap: wrap;
    flex-direction: row;
    filter: drop-shadow(0px 29px 42px #000000);
    border-radius:40px;
}
.service2 .service-item {
    background-color: #301D1A;
}
.service2 .service-item h4 {
    color:#FFECE5;
}
.service3 {
    width: 1440px;
    display: flex;
    background-image: url(assets/service-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 620px;
    flex-wrap: wrap;
    flex-direction: row;
    filter: drop-shadow(0px 29px 42px #000000);
    border-radius:40px;
}
.service3 .service-item {
    background-color: #151033;
}
.service3 .service-item h4 {
    color:#D8E8FF;
}
.service4 {
    width: 1440px;
    display: flex;
    background-image: url(assets/service-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 620px;
    flex-wrap: wrap;
    flex-direction: row;
    filter: drop-shadow(0px 29px 42px #000000);
    border-radius:40px;
}
.service4 .service-item {
    background-color: #1F0E18;
}
.service4 .service-item h4 {
    color:#F7ECFF;
}

.additional-marquee {
    background:url(assets/addline.svg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display: flex;
    padding:30px;
    gap: 15px;
}

.additional-marquee-row {
    display: flex;
    animation: additional-scroll-left 80s linear infinite;
    white-space: nowrap;
    gap: 15px;
}

.additional-marquee-row span {
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight:100;
    color:#fff;
    text-transform:uppercase;
    display: inline-block;
    white-space: nowrap;
}

.additional-marquee-row span:nth-child(even) {
    font-weight: bold;
    color: #ffffff99; /* Серый цвет для точки */
    margin: 0 10px; /* Отступ между элементами */
}


/* Анимация для бегущей строки */
@keyframes additional-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Fade Overlay для затемнения краев */
.fade-overlay {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.fade-overlay.left {
    left: 0;
    background: linear-gradient(to right, rgba(13, 13, 16, 1), rgba(0, 0, 0, 0));
    z-index:2;
}

.fade-overlay.right {
    width:320px;
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(13, 13, 16, 1));
    z-index:2;
}
.additional-services {
    position: relative;
    overflow: hidden;
    width: 1440px;
    height: 110px;
    padding: 10px 0;
}
.add-services-heading {
    width:100%;
    font-family: 'Play', sans-serif;
    font-size: 64px;
    font-weight:400;
    color:white;
    text-align: center;
    margin-top:-100px;
}
  .service-pic {
    position: absolute;
    width: 900px;
    top: -125px;
    right: -175px;
  }
  .service-pic-1, .service-pic-2, .service-pic-3, .service-pic-4 {
    position: absolute;
}
  
.advantages {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 150px;
    justify-content: flex-start; 
}
.adv-1, .adv-4 {
    width:63%;
    height:470px;
    border-radius:40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:20px;
    justify-content: center;
}

.adv-3, .adv-2 {
    width:35%;
    height:470px;
    border-radius:40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:20px;
    justify-content: center;
}
.adv-1 {
    background: url(assets/adv-bg-1.svg);
    background-size:cover;
    background-repeat:no-repeat;
}
.adv-2 {
    background: url(assets/adv-bg-2.svg);
    background-size:cover;
    background-repeat:no-repeat;
}
.adv-3 {
    background: url(assets/adv-bg-3.svg);
    background-size:cover;
    background-repeat:no-repeat;
}
.adv-4 {
    background: url(assets/adv-bg-4.svg);
    background-size:cover;
    background-repeat:no-repeat;
}
.adv-heading {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight:500;
    color:white;
    text-align:left;
    width:100%;
}

.advantages p {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight:400;
    color:#B3B3B3;
    text-align:left;
}
.advantages img {
    width:100%;
    height:300px;
    object-fit:contain;
}
.contacts {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
    justify-content: space-between;
}
.contact-heading {
    font-family: 'Play', sans-serif;
    font-size: 48px;
    font-weight:400;
    color:white;
    text-align:center;
}
.contact-par {
    margin-top:35px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight:400;
    color:white;
    text-align:center;
}
.contact-info {
    display: flex;
    width: 50%;
    background: #1B1827;
    border-radius: 40px;
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.5)) 
        drop-shadow(0px 35px 44px rgba(158, 60, 255, 0.2)) 
        drop-shadow(36px 0px 44px rgba(79, 21, 136, 0.2));

}
.contact-form {
    display: flex;
    width: 50%;
    background: #1B1827;
    border-radius: 40px;
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.5)) 
        drop-shadow(0px 35px 44px rgba(158, 60, 255, 0.2)) 
        drop-shadow(36px 0px 44px rgba(79, 21, 136, 0.2));
}
.line {
    margin-bottom:35px;
}
.info-btns {
    margin-top:40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
}
        .info-btn-1 {
            background: url('assets/info-btn-1.svg');
            width: 240px; 
            height: 240px; 
        }
        .info-btn-1:hover {
            background: url('assets/info-btn-1-hov.svg');
            cursor:pointer;
        }
        .info-btn-2 {
            background: url('assets/info-btn-2.svg');
            width: 240px;
            height: 240px; 
        }
        .info-btn-2:hover {
            background: url('assets/info-btn-2-hov.svg');
            cursor:pointer;
        }
.form-container {
    margin-top:35px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

input {
    width: 100%;
    background: #FFFFFF26;
    border: none;
    border-radius: 50px;
    padding: 25px 45px !important;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #fff;
    outline: none;
}

        input::placeholder {
            color: #fff;
        }

        .send-btn {
            margin-top:40px;
            width: 460px;
            height: 100px;
            background: url('assets/send-btn.svg') no-repeat center/contain;
            border: none;
            cursor: pointer;
        }

        .send-btn:hover {
            background: url('assets/send-btn-hov.svg') no-repeat center/contain;
        }
        
.team {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

#evgeny {
    width: 30%;
    height: auto;
    background: #0D0D10;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.5))
            drop-shadow(0px 35px 44px rgba(158, 60, 255, 0.2))
            drop-shadow(36px 0px 44px rgba(79, 21, 136, 0.2));
}


.team-headline {
    margin-top: 15px;
    width: 100%;
    font-family: 'Mont', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.team-position {
    width: 100%;
    font-family: 'Mont', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff59;
    text-align: center;
}

#evgeni-headline {
    margin-top: 30px;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

#evgeni-position {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.team-tabs-right {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}

.team-tabs-right .team-tab {
    width: 22%;
    height: 250px;
    background: #0D0D10;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.5))
            drop-shadow(0px 35px 44px rgba(158, 60, 255, 0.2))
            drop-shadow(36px 0px 44px rgba(79, 21, 136, 0.2));
}

.team-tabs-right .team-pic img {
    width: 100%;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

.text-about {
    margin-top:70px;
    max-width:1440px;
    background:#0D0D10;
    padding:50px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    font-weight:400;
    color:white;
    border-radius:48px;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.5))
            drop-shadow(0px 35px 44px rgba(158, 60, 255, 0.2))
            drop-shadow(36px 0px 44px rgba(79, 21, 136, 0.2));
}

.footer {
    width: 100%;
    margin-top: 70px;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index:1;
}
.footer-tab {
    width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.g-logo-footer {
    width: 100%;
    margin-bottom: -25px;
}
.google-partner {

    margin-right:50px;
}
#middle-tab {
    background: url(assets/footer-tab-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
#last-tab {
    background: url(assets/footer-tab-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 25px;
}
.footer-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    font-weight:200;
    color:white;
}
.social-logo{
    opacity:36%;
}
.social-logo:hover{
    opacity:100%;
    cursor:pointer;
}
    .wave-container {
        margin-top:-300px;
        position: relative;
        width: 100%;
        height: 350px;
        overflow: hidden;
        z-index:0;
    }
    
    .wave-2 {
        width: 100%;
        height: 100%;
    }
    
    .gradient-overlay-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, 
            rgba(13, 13, 16, 1) 0%,
            rgba(13, 13, 16, 0.9) 50%,
            rgba(13, 13, 16, 0) 70%);
        z-index: 2;
        pointer-events: none;
    }
    

/* Стилі для нового контейнера медіа */
.adv-media {
    position: relative;
    width: 100%;
    height: 69%; 
    overflow: hidden;
    border-radius: inherit; 
}

/* Абсолютне позиціонування відео та зображення всередині медіа-блоку */
.adv-media .adv-pic,
.adv-media .adv-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* За замовчуванням приховуємо відео */
.adv-media .adv-video {
    display: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari fix */
    -webkit-backface-visibility: hidden; /* Safari fix */
    backface-visibility: hidden;
}

video {
    height:300px;
}
.takanon {
    margin-top:-45px;
    width:100%;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight:500;
    direction:rtl;
    color:white;
}
.copyright {
    margin-top:-45px;
    width:100%;
    text-align:center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight:400;
    color:white;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; 
    transition: opacity 0.5s ease;
    z-index: 9999;
    transition: opacity 0.5s ease; /* Плавный переход opacity */
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader.hide {
    opacity: 0;
    pointer-events: none;
}

.to-top {
            position: fixed;
            bottom: 10px;
            right: 20px;
            width: auto;
            height: auto;
            z-index: 9998;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
.to-top.show {
    opacity: 1;
    visibility: visible;
}
.to-top img {
  width: 100px;
  height: 100px;
}
.ar-girl-mob {
    display:none;
}

      /* Блок service-tab-1 (9 элементов) */
      .service-tab-1 .service-item.item1 { order: 1; }
      .service-tab-1 .service-item.item2 { order: 2; }
      .service-tab-1 .service-item.item3 { order: 3; }
      .service-tab-1 .service-item.item4 { order: 4; }
      .service-tab-1 .service-item.item5 { order: 5; }
      .service-tab-1 .service-item.item6 { order: 6; }
      .service-tab-1 .service-item.item7 { order: 7; }
      .service-tab-1 .service-item.item8 { order: 8; }
      .service-tab-1 .service-item.item9 { order: 9; }

      /* Блок service-tab-2 (8 элементов) */
      .service-tab-2 .service-item.item1 { order: 1; }
      .service-tab-2 .service-item.item2 { order: 2; }
      .service-tab-2 .service-item.item3 { order: 3; }
      .service-tab-2 .service-item.item4 { order: 4; }
      .service-tab-2 .service-item.item5 { order: 5; }
      .service-tab-2 .service-item.item6 { order: 6; }
      .service-tab-2 .service-item.item7 { order: 7; }
      .service-tab-2 .service-item.item8 { order: 8; }

      /* Блок service-tab-3 (5 элементов) */
      .service-tab-3 .service-item.item1 { order: 1; }
      .service-tab-3 .service-item.item2 { order: 2; }
      .service-tab-3 .service-item.item3 { order: 3; }
      .service-tab-3 .service-item.item4 { order: 4; }
      .service-tab-3 .service-item.item5 { order: 5; }

      /* Блок service-tab-4 (8 элементов) */
      .service-tab-4 .service-item.item1 { order: 1; }
      .service-tab-4 .service-item.item2 { order: 2; }
      .service-tab-4 .service-item.item3 { order: 3; }
      .service-tab-4 .service-item.item4 { order: 4; }
      .service-tab-4 .service-item.item5 { order: 5; }
      .service-tab-4 .service-item.item6 { order: 6; }
      .service-tab-4 .service-item.item7 { order: 7; }
      .service-tab-4 .service-item.item8 { order: 8; }
    }
    
/* Родительский блок с фотографией */
.team-pic-evgeny {
  position: relative;            /* Контейнер становится точкой отсчёта для абсолютного позиционирования */
  width: 300px;                  /* Фиксированная ширина */
  height: 300px;                 /* Фиксированная высота – это гарантирует, что размеры картинки и видео одинаковые */
  overflow: hidden;              /* Обрезаем всё, что выходит за пределы */
  border-radius: 50%;            /* Например, делаем круг */
  border: 5px solid #8a2be2;      /* Обводка, если нужна */
  cursor: pointer;
}

/* Стили для изображения – оно остаётся в потоке */
.team-pic-evgeny img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}

/* Видео позиционируется абсолютно внутри .team-pic-evgeny */
.team-pic-evgeny video {
    position: absolute;
    top: 20px;
    left: 52px;
    width: 325px;
    height: 325px;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

/* При наведении на контейнер видео становится видимым */
.team-pic-evgeny:hover video {
  opacity: 1;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
}

.modal-content {
      overflow-y: auto;       /* Включаем вертикальную прокрутку */
  box-sizing: border-box; /* Учитываем padding и border в размере */
  word-wrap: break-word; 
    color: white;
    position: relative;
    background: #1B1827;
    margin: 5% auto;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 10px;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.5)) drop-shadow(0px 35px 44px rgba(158, 60, 255, 0.2)) drop-shadow(36px 0px 44px rgba(79, 21, 136, 0.2));
    z-index: 1000;
}

.modal-close {
    color:white;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
}

.modal-form .contact-heading {
    color: white;
    font-size: 24px;
    margin-bottom:15px;
}
.new-form-class {
    display: flex;
    width: 100%;
    background: #1B1827;
    border-radius: 40px;
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
}
.form-input {
    color:white;
}
.burger,
.mobile-menu {
  display: none;
}
    .close {
      color: #aaa;
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }
    .close:hover {
      color: black;
    }
#modal1, #modal2 {
    direction:rtl;
}

/* Для скрипта параллакса */
.parallax {
    -webkit-transform: translate3d(0, 0, 0); /* Safari performance fix */
    transform: translate3d(0, 0, 0);
}

/* Для анимаций */
@-webkit-keyframes scroll-left {
    from { -webkit-transform: translateX(0); }
    to { -webkit-transform: translateX(-650%); }
}

/* Дополнительный селектор для Safari */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .service-pic {
            transform: translateZ(0); /* Safari bugfix */
        }
        
        .adv-media .adv-video {
            opacity: 1 !important; /* Safari video fix */
        }
    }
}

@media (max-width: 1024px) {
    .team {
        flex-direction: column;
        align-items: center;
    }

    #evgeny, .team-tabs-right {
        width: 100%;
    }

    .team-tabs-right {
        margin-left: 0;
        margin-top: 20px;
    }

    .team-tabs-right .team-tab {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .gallery-item-5 {
        display:none !important;
    }
    .regular-paragraph2 {
        width:100%;
        padding: 15px;
    }
    .UTP {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-title {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
        color: white;
    }
    .main-banner {
        z-index: 1;
    }
    .subtitle {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    .gradient-text {
        margin-top:10px;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .ar-girl-wrapper {
        width: 100%;
        top: 480px;
        z-index:50;
    }
    .rainbow-btn {
        z-index:100;
    }
    .phone-btn {
        display:none;
    }
    .nav-bar {
        padding-right: 25px;
        padding-left: 0;
        width: 100%;
        position: relative;
        z-index: 2000;
        margin: 0;
        border-radius: 0;
    }
    .content-container {
        width:100%;
        padding:0;
    }
    .menu {
     display:none;   
    }
    .team-tabs-right .team-tab {
        width: 100%;
    }
    .tabs {
        margin-top:290px;
        font-size: 24px;
    }
    .stat-tab {
        width:100%;
    }
.ar-girl-mob {
    display:block;
}
    .ar-girl {
        display:none;
    }
    .ar-girl-wrapper {
        width: 100%;
        top: 450px;
        margin-top:50px;
    }
.services-heading {
    font-size:32px;
}
.line {
    width: 50%;
    margin-bottom: 15px;
}
.service1 {
    width: 100%;
    display: flex;
    background-image: url(assets/service-1-mob.svg);
    flex-direction: column-reverse;
}
.service2 {
    width: 100%;
    background-image: url(assets/service-2-mob.svg);
    flex-direction: column-reverse;
}
.service3 {
    width: 100%;
    background-image: url(assets/service-2-mob.svg);
    flex-direction: column-reverse;
}
.service4 {
    width: 100%;
    background-image: url(assets/service-2-mob.svg);
    flex-direction: column-reverse;
    margin-bottom: -70px;
}
    .service-pic {
        position: relative;
        width: 100%;
        top: -140px;
        right: 0;
        height: 355px;
    }
.service-tab-1, .service-tab-2, .service-tab-3, .service-tab-4 {
    margin-top: -150px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.service-tab-1, .service-tab-2, .service-tab-3, .service-tab-4  h2 {
    font-size:32px;
}
.service-item {
    padding: 10px 20px;
}
.service-item h4 {
    font-size:12px;
}
      /* Блок service-tab-1 (9 элементов) */
      .service-tab-1 .service-item.item1 { order: 1; }
      .service-tab-1 .service-item.item2 { order: 2; }
      .service-tab-1 .service-item.item3 { order: 3; }
      .service-tab-1 .service-item.item4 { order: 5; }
      .service-tab-1 .service-item.item5 { order: 4; }
      .service-tab-1 .service-item.item6 { order: 6; }
      .service-tab-1 .service-item.item7 { order: 7; }
      .service-tab-1 .service-item.item8 { order: 9; }
      .service-tab-1 .service-item.item9 { order: 8; }

      /* Блок service-tab-2 (8 элементов) */
      .service-tab-2 .service-item.item1 { order: 1; }
      .service-tab-2 .service-item.item2 { order: 4; }
      .service-tab-2 .service-item.item3 { order: 5; }
      .service-tab-2 .service-item.item4 { order: 2; }
      .service-tab-2 .service-item.item5 { order: 3; }
      .service-tab-2 .service-item.item6 { order: 6; }
      .service-tab-2 .service-item.item7 { order: 7; }
      .service-tab-2 .service-item.item8 { order: 8; }

      /* Блок service-tab-3 (5 элементов) */
      .service-tab-3 .service-item.item1 { order: 1; }
      .service-tab-3 .service-item.item2 { order: 2; }
      .service-tab-3 .service-item.item3 { order: 3; }
      .service-tab-3 .service-item.item4 { order: 4; }
      .service-tab-3 .service-item.item5 { order: 5; }

      /* Блок service-tab-4 (8 элементов) */
      .service-tab-4 .service-item.item1 { order: 1; }
      .service-tab-4 .service-item.item2 { order: 2; }
      .service-tab-4 .service-item.item3 { order: 3; }
      .service-tab-4 .service-item.item4 { order: 4; }
      .service-tab-4 .service-item.item5 { order: 5; }
      .service-tab-4 .service-item.item6 { order: 6; }
      .service-tab-4 .service-item.item7 { order: 7; }
      .service-tab-4 .service-item.item8 { order: 8; }
      
.add-services-heading {
    font-size:32px;
    margin:0px;
}
.additional-marquee-row span {
    font-size:12px;
}
.services-heading-2 {
    margin-top:50px;
    font-size:32px;
}
.line-2 {
    width: 60%;
    margin-bottom: 100px;
}
.adv-1, .adv-2, .adv-3, .adv-4 {
    width:100%;
    height:380px;
}
.adv-media {
        height: 80%;
        margin-top: -35px;
        margin-bottom: -20px;
        pointer-events:none;
    }
.adv-heading {
    font-size:20px;
}
.adv-heading p {
    font-size:14px;
}
.contacts {
    width:100%;
    flex-wrap: wrap;
}
.contact-info {
    width:100%;
    filter: drop-shadow(0px 29px 42px #000000);
}
.contact-form {
    width:100%;
    filter: drop-shadow(0px 29px 42px #000000);
}
.contact-heading {
    font-size:29px;
    margin-bottom:5px;
}
.contact-par {
    font-size:12px;
}
.info-btn-1 {
    width:200px;
    height:200px;
    background-size:cover;
}
.info-btn-2 {
    width:200px;
    height:200px;
    background-size:cover;
}
.info-btn-1:hover {
    width:200px;
    height:200px;
    background-size:cover;
}
.info-btn-2:hover {
    width:200px;
    height:200px;
    background-size:cover;
}
.send-btn {
    height:65px;
}
    .team {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    #evgeny {
        width: 70%;
        margin-bottom: 50px;
        filter: drop-shadow(0px 29px 42px #000000);
    }
#evgeni-headline {
    font-size:26px;
}
#evgeni-position {
    font-size:16px;
}
    .team-tabs-right {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }
    .team-tabs-right .team-tab {
        width: 45%;
        filter: drop-shadow(0px 29px 42px #000000);
    }
    .text-about {
        font-size:14px;
        filter: drop-shadow(0px 29px 42px #000000);
    }
    .footer {
        width: 100%;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 1;
        flex-wrap: wrap;
        align-content: center;
        padding: 25px;
    }
.footer-tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#first-tab {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
        align-content: center;
        margin-bottom: 70px;
    }
.google-partner {
    margin:0;
}
.g-logo-footer {
    width: 85%;
    margin-bottom: -25px;
}
#middle-tab {
    background: url(assets/footer-tab-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
    row-gap: 25px;
}
    #last-tab {
        background: url(assets/footer-tab-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 34px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 70px;
        row-gap: 30px;
    }
.footer-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: white;
}
.takanon {
    margin:0px;
    display:flex;
    justify-content:center;
}
   .team-pic-evgeny video { 
       display: none; 
   } 

   .menu,
  .phone-btn {
    display: none;
  }

  /* Показываем бургер */
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }

  .burger span {
    display: block;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
  }

  /* Выезжающее меню */
    .mobile-menu {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #27163E;
        transform: translateX(150%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-evenly;
        align-items: center;
        box-sizing: border-box;
    }
    
    .g-logo-3 {
        width: 250px;
    }

  .mobile-menu.open {
    transform: translateX(0);
  }

    .mobile-menu nav ul {
        list-style: none;
        display: flex;
        padding: 20px 20px;
        margin: 0;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

  .mobile-menu nav ul li {
    margin-bottom: 20px;
  }

  .mobile-menu nav ul li a {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
  }
  .phone-btn-mob {
      width:325px;
  }
  .glow {
      display:none;
  }
   .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 2001; /* Чтобы крестик точно был поверх фона меню */
  }
  .tabs {
      z-index:1;
  }
  .g-logo {
      width:180px;
  }
    .social-btns-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 30px;
        gap:30px
    }
    .social-logo-btn {
        width:35px;
        opacity:36%;
    }
.social-logo-btn:hover{
    opacity:100%;
}
  .to-top {
    position: fixed;
    bottom: -20px;
    right: -20px;
    width: auto;
    height: auto;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.services {
    margin-top:25px;
}
.info-btns {
    gap:0;
}
.social-logo {
    opacity: 36%;
    margin: 0;
    width: 45px;
}
a {
    color: inherit;
    text-decoration: inherit;
    display: flex
;
}
}