*{margin:0;padding:0;box-sizing:border-box}:root{--color-dark: #111111;--color-malibu: #6fe5f8;--color-purple: #9747ff;--color-white: #ffffff;--color-card-bg: #2f2e58;--color-card-tech: #303752;--color-card-purple: rgba(118, 74, 235, .6);--color-card-blue: rgba(49, 61, 209, .6);--color-card-pink: #d37ecf;--color-footer-bg: #2f2e58;--color-section-bg: #222d37}html,body{font-family:Helvetica,Arial,sans-serif;color:var(--color-white);background-color:var(--color-dark);overflow-x:hidden}.container{position:relative;max-width:1240px;margin:0 auto}h1{font-size:56px;font-weight:700;line-height:70px;text-align:center;letter-spacing:.01em}h2{font-size:32px;font-weight:700;line-height:40px;letter-spacing:.01em}h3{font-size:22px;font-weight:400;line-height:28px;letter-spacing:.01em}h4{font-size:14px;font-weight:700;line-height:18px;letter-spacing:.01em}p{font-size:14px;font-weight:400;line-height:22px;letter-spacing:.02em}.header{display:flex;justify-content:space-between;align-items:center;width:100%;height:52px;margin-top:40px}.logo{width:218px;height:52px}.points{display:flex;align-items:center;gap:40px}.menuPoint{white-space:nowrap;padding:8px 16px;gap:8px;height:32px;font-size:14px;line-height:16px;color:var(--color-white);text-decoration:none;transition:color .3s ease}.menuPoint:hover{color:var(--color-malibu)}.btnSecondary{display:flex;justify-content:center;align-items:center;padding:12px 40px;gap:8px;width:154px;height:48px;background:linear-gradient(270deg,#6fe5f833,#6fe5f899);border-radius:72px;font-size:14px;font-weight:700;line-height:16px;color:var(--color-white);text-decoration:none;transition:opacity .3s ease;opacity:.9}.btnSecondary:hover{opacity:1}.btnPrimary{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 40px;gap:8px;width:230px;height:56px;background:linear-gradient(270deg,#6fe5f8,#9747ff 90.31%);border-radius:72px;font-size:14px;font-weight:700;line-height:16px;color:var(--color-white);text-decoration:none;transition:opacity .3s ease}.btnPrimary:hover{opacity:.9}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;height:746px;position:relative}.hero:before{content:"";position:absolute;top:0;width:100%;height:100%;z-index:-1;background-image:url(../images/mainBg.png);background-repeat:no-repeat;background-position:top center;background-position-y:-50px;background-size:1695px 751px}.heroContent{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:950px}.heroContent p{display:flex;text-align:center;flex-direction:column;align-items:center;width:600px;margin-bottom:60px}.serviceCards{margin-top:40px;display:flex;gap:20px;width:100%;position:relative}.serviceContent{position:relative}.serviceContent:before{content:"";position:absolute;left:-40%;bottom:-100px;background-image:url(../images/comp.png)!important;width:405px;height:405px;background-size:cover;z-index:999}.serviceContent:after{content:"";position:absolute;right:-7%;bottom:42%;background-image:url(../images/boxes.png)!important;width:232px;height:204px;z-index:999;background-size:cover}.row{position:relative;display:flex;gap:20px;z-index:1}.row.bottom{position:relative;margin-top:20px}.serviceCard{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:20px;background:var(--color-card-bg);border-radius:24px;position:relative}.serviceCard.tall{position:relative}.serviceCard.wide{width:505px}.serviceCard.medium{height:300px}.serviceCard.purple{background:var(--color-card-purple);position:relative;width:400px}.serviceCard.blue{background:var(--color-card-blue);width:295px}.serviceCard.blue p{width:247px}.serviceCard.pink{background:var(--color-card-pink);width:295px}.serviceCard.pink p{width:247px}.serviceCard:nth-child(6){width:295px}.serviceCard h3{color:var(--color-white);z-index:2}.serviceCard p{color:var(--color-white);z-index:1}.serviceCard.tall p{width:247px;height:154px}.serviceCard.wide p{width:457px;height:66px}.technologies{position:relative;margin-top:180px;padding:48px 0;background:var(--color-section-bg)}.technologies:before{content:"";position:absolute;right:0;bottom:0;width:630px;height:720px;background-image:url(../images/techBg.png);background-size:cover}.techCards{margin-top:28px;display:grid;grid-template-columns:repeat(2,minmax(400px,400px));grid-template-rows:auto auto;gap:20px}.techCard{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:20px;background:var(--color-card-tech);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:24px}.techCard h3{color:var(--color-white)}.techItem{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.techItem h4,.techItem p{color:var(--color-white)}.whyUs{position:relative;margin:160px 0}.whyUs:before{content:"";position:absolute;left:0;bottom:-90px;width:578px;height:578px;background-image:url(../images/us_bg.png);background-position:bottom center;background-size:cover}.whyUs:after{content:"";position:absolute;left:-34px;bottom:-90px;width:760px;height:644px;-webkit-backdrop-filter:blur(84px);backdrop-filter:blur(84px);z-index:-1;background-image:url(../images/us_over.png);background-position:center center;background-size:cover}.whyUs h2{text-align:center}.whyUsCards{margin-top:20px;display:flex;gap:20px;justify-content:flex-end}.whyUsColumn{display:flex;flex-direction:column;gap:16px;width:400px}.whyUsCard{display:flex;flex-direction:column;padding:25px;gap:8px;background:var(--color-card-bg);border-radius:24px;position:relative;height:148px}.whyUsCard h3{color:var(--color-white);line-height:28px}.whyUsCard p{color:var(--color-white);line-height:18px}.whyUsCard.cta{background:var(--color-card-pink);isolation:isolate}.whyUsCard.cta a{text-decoration:underline;cursor:pointer;color:var(--color-white)!important}.whyUsCard.cta a:active{color:var(--color-white)!important}.whyUsCard.cta p{width:200px}.likeIcon{position:absolute;width:56px;height:56px;right:32px;top:calc(50% - 28px);background-image:url(../images/heart.svg);background-position:bottom center;background-size:cover;z-index:2}.contact{margin-top:225px;margin-bottom:160px}.contactContent{display:flex;flex-direction:column;align-items:center;gap:60px;width:684px;height:234px;margin:0 auto}.contactText{display:flex;flex-direction:column;gap:16px;width:684px;height:118px}.contactText h2,.contactText p{text-align:center}.footer{display:flex;flex-direction:row;padding:60px 0;gap:20px;width:100%;height:242px;background:var(--color-footer-bg);border-radius:40px 40px 0 0;margin-top:80px}.footerContent{display:flex;flex-direction:row;align-items:flex-start;gap:20px;width:100%}.footerLogo{display:flex;flex-direction:row;align-items:flex-end;gap:12px;width:400px;height:52px}.footerInfo{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:296px;height:104px}.footerContact{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:500px;height:122px}.infoBlock{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.infoBlock h4,.infoBlock p{color:var(--color-white);font-weight:400}.addressBlock{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:500px;height:60px}.addressBlock h4,.addressBlock p{color:var(--color-white);font-weight:400}.emailBlock{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:127px;height:38px}.emailBlock h4{color:var(--color-white);font-weight:400}.emailLink{color:var(--color-malibu);text-decoration:none;font-weight:700}.emailLink:hover{text-decoration:underline}.whyUsCards_mobile{display:none}.contactPopup{display:flex;flex-direction:column;padding:40px;gap:28px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);opacity:0;visibility:hidden;max-width:397px;background:#2f2e58;border-radius:20px;box-shadow:0 10px 30px #00000026;transition:all .3s ease;z-index:1000}.contactPopup.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.contactPopup h3{width:317px;font-weight:700;font-size:32px;line-height:40px;color:var(--color-white)}.contactPopupContent{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.contactPopupRow{display:flex;align-items:center;gap:16px;width:317px}.contactPopupIcon{position:relative;width:32px;height:32px}.contactPopupRow a{text-decoration:none;width:auto;font-weight:400;font-size:14px;line-height:22px;color:var(--color-white)}.contactPopupClose{position:absolute;width:42px;height:42px;right:8px;top:8px;background:url(/images/close.svg) no-repeat center center;cursor:pointer}@media screen and (max-width: 1200px){.container{padding:0 50px}.header{gap:100px}.serviceCards{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.serviceCard.wide{grid-column:1 / 3}.techCards{grid-template-columns:1fr;padding:0 50px}.whyUsCards{flex-direction:column;align-items:center}.whyUsColumn{width:100%}}@media screen and (max-width: 768px){.container{padding:0 20px}.header{flex-direction:column;gap:20px;height:auto;align-items:center}.points{flex-direction:column;width:auto;height:auto;gap:20px}h1{font-size:32px;line-height:40px}.hero{width:100%;margin-top:40px}.heroText{width:100%}.heroText h1,.heroText p{width:100%;height:auto}.serviceCards{grid-template-columns:1fr;grid-template-rows:auto;gap:20px}.serviceCard.tall{grid-row:auto}.serviceCard.wide{grid-column:auto}.technologies{margin-top:40px}.technologies h2{padding-left:20px}.techCards{padding:0 20px}.whyUs{margin-top:40px}.contactText{width:100%}.contactText h2{width:100%;height:auto;font-size:24px;line-height:32px}.contactText p{width:100%;height:auto}.footer{padding:40px 20px;height:auto}.footerContent{flex-direction:column;gap:40px}.footerLogo{width:100%;justify-content:center}.footerInfo,.footerContact{width:100%}.addressBlock,.emailBlock{width:100%;height:auto}}@media screen and (max-width: 1160px){.container{padding:0 15px}.header{flex-direction:column;margin-top:28px;gap:20px;height:auto}.hero{padding:40px 15px}.hero:before{background-size:cover}.heroContent h1{font-size:26px;line-height:32px;max-width:347px;width:100%}.heroContent p{font-size:14px;line-height:20px;max-width:347px;width:100%}.services{margin-top:80px;position:relative;z-index:999}.services h2{font-size:22px;line-height:24px;text-align:left}.serviceCards{flex-direction:column;gap:16px;margin-top:24px}.serviceContent{position:relative}.serviceContent:before{display:none}.serviceContent:after{content:"";position:absolute;right:-7%;bottom:118%;background-image:url(../images/boxes.png)!important;width:115px;height:101px;z-index:999;background-size:cover}:is() img{width:115px;height:101px}.row{flex-direction:column;gap:16px;z-index:auto}.row.bottom{margin-top:16px;z-index:auto;position:relative}.serviceCard{width:100%;height:auto;padding:16px;gap:8px;border-radius:16px;position:relative}.serviceCard.purple:before{display:none}.serviceCard h3{font-size:20px;line-height:24px;width:100%}.serviceCard p{width:100%;height:auto;font-size:14px;line-height:22px}.serviceCard.tall{width:100%;height:auto;position:relative}.serviceCard.tall p{width:100%;height:100%}.serviceCard.wide,.serviceCard.medium,.serviceCard.purple,.serviceCard.blue,.serviceCard.pink{width:100%;height:auto}.serviceCard.wide p,.serviceCard.medium p,.serviceCard.purple p,.serviceCard.blue p,.serviceCard.pink p{width:100%;height:100%}.serviceCard:nth-child(6){width:100%;height:auto;position:relative}.serviceCard:nth-child(6) p{width:100%;height:100%}.technologies{margin-top:80px;padding:40px 0}.technologies h2{font-size:22px;line-height:24px;width:345px;padding-left:0}.technologies:before{display:none}.techCards{grid-template-columns:1fr;gap:16px;margin-top:24px;padding:0}.techCard{width:100%;height:auto;padding:16px;gap:8px;border-radius:16px}.techCard h3{font-size:20px;line-height:24px;width:100%}.techItem{width:100%;gap:4px}.techItem h4{font-size:14px;line-height:18px;width:100%;margin-top:8px}.techItem p{font-size:14px;line-height:18px;width:100%}.whyUs{margin:80px 0;position:relative}.whyUs:before{width:320px;height:320px;display:flex;justify-content:center;align-items:center;left:50%;transform:translate(-50%);top:0;z-index:2}.whyUs:after{display:flex;justify-content:center;align-items:center;left:50%;transform:translate(-50%);top:-17%;z-index:1}.whyUs h2{font-size:22px;line-height:24px;text-align:left;position:relative;z-index:999}.whyUsCards{display:none}.whyUsCards_mobile{display:flex;flex-direction:column;margin-top:250px;gap:16px;position:relative;z-index:999}.whyUsCards_mobile .whyUsColumn{display:flex;flex-direction:row;width:100%;max-width:none;gap:16px;overflow-y:hidden;overflow-x:auto}.whyUsCards_mobile .whyUsCard{width:300px;height:168px;padding:16px;gap:8px;border-radius:16px}.whyUsCards_mobile .whyUsCard h3{font-size:20px;line-height:24px;width:268px}.whyUsCards_mobile .whyUsCard p{font-size:14px;line-height:18px;width:268px}.whyUsCards_mobile .whyUsCard.cta{width:100%;height:108px;isolation:isolate}.whyUsCards_mobile .whyUsCard.cta h3{width:313px;font-size:20px;line-height:24px}.whyUsCards_mobile .whyUsCard.cta p{width:200px;font-size:14px;line-height:22px}.whyUsCards_mobile .likeIcon{width:56px;height:56px;right:32px;top:calc(50% - 28px)}.contact{margin-top:80px;margin-bottom:100px}.contactContent{max-width:345px;gap:40px}.contactText{width:345px;height:140px;gap:16px}.contactText h2{font-size:22px;line-height:28px}.contactText p{font-size:14px;line-height:20px}.footer{width:100%;padding:36px 0 20px;gap:44px;border-radius:24px 24px 0 0;margin-top:80px;height:auto}.footerContent{flex-direction:column;gap:44px;width:100%;align-items:flex-start}.footerLogo{width:150px;height:35px;justify-content:flex-start;position:relative}.footerInfo{max-width:296px;gap:24px}.footerContact{max-width:345px;gap:24px}.infoBlock{gap:8px}.infoBlock h4,.infoBlock p{font-size:14px;line-height:16px}.addressBlock{max-width:345px;gap:12px}.addressBlock h4{font-size:14px;line-height:16px}.addressBlock p{font-size:14px;line-height:16px;max-width:345px}.emailBlock{max-width:127px;gap:6px}.emailBlock h4{font-size:14px;line-height:16px}.emailLink{font-size:14px;line-height:16px;max-width:127px}}@media screen and (max-width: 600px){.header{flex-direction:column;margin-top:28px;gap:0;height:auto}.logo{max-width:150px;height:36px}.logo img{max-width:150px;height:36px}.hero{height:auto;padding:0 15px;margin-top:0}.hero:before{background-size:566px 500px;width:566px;height:746px;background-position:top center;z-index:-1}.heroContent h1{font-size:26px;line-height:32px;max-width:347px;width:100%;padding-top:133px}.heroContent p{font-size:14px;line-height:20px;max-width:347px;width:100%}.points{display:none}.contactPopup{display:flex;flex-direction:column;padding:20px;gap:28px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);opacity:0;visibility:hidden;width:100%;background:#2f2e58;border-radius:20px;box-shadow:0 10px 30px #00000026;transition:all .3s ease;z-index:1000}.contactPopupContent{align-items:flex-start}}
