@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*{box-sizing:border-box}body{margin:0;font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:8px;height:5px;position:absolute;background:transparent}body::-webkit-scrollbar-thumb{background:#838383;border-radius:5px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.header-wrapper{display:flex;justify-content:center;width:100%;position:fixed;background:transparent;z-index:3}.header-wrapper.active{background:linear-gradient(287deg,#151567,#6040ca 100.72%);background:var(--home-gradient-bg);box-shadow:0 15px 25px 0 rgba(34,60,80,.4)}.header-wrapper .header{width:80%;display:flex;align-items:center;height:100px;transition:all .5s}@media (max-width:1060px){.header-wrapper .header{width:auto}}.header-wrapper .header.active{height:60px}.header-wrapper .header .logo-wrapper{display:flex;align-items:center;height:60%;position:absolute;left:0;margin-left:10%}@media (max-width:1060px){.header-wrapper .header .logo-wrapper{position:absolute;left:0;margin-left:10%}}.header-wrapper .header .logo-wrapper .logo{height:100%;width:auto}.header-wrapper .header .menu{position:absolute;right:0;margin-right:10%}@media (max-width:1060px){.header-wrapper .header .menu{display:none}}.header-wrapper .header .menu .link{color:#fff;color:var(--second-text-color);text-transform:uppercase;cursor:pointer;padding:10px;font-weight:500;transition:all .5s}.header-wrapper .header .menu .link:hover{border-radius:4px;background:#aea1f1;background:var(--hover-btn-color);color:#404040;color:var(--main-text-color)}.header-wrapper .header .menu .link:not(:last-child){margin-right:1.5vw}.header-wrapper .header .menu .link.active{background:#aea1f1;background:var(--hover-btn-color);color:#404040;color:var(--main-text-color);border-radius:4px;font-weight:500}.header-wrapper .header .menu .link:not(.active):active{position:relative;top:3px}.header-wrapper .header .burger-button,.header-wrapper .header .burger-menu{display:none}@media (max-width:1060px){.header-wrapper .header .burger-button{display:block;min-width:25px;padding:0;height:25px;background:transparent;z-index:2}}@media (max-width:1060px) and (max-width:1060px){.header-wrapper .header .burger-button{position:absolute;right:0;margin-right:10%}}@media (max-width:1060px){.header-wrapper .header .burger-button .burger{cursor:pointer;background:#fff;background:var(--second-bg-color);position:relative;height:4px;width:25px;border-radius:2px}.header-wrapper .header .burger-button .burger:after,.header-wrapper .header .burger-button .burger:before{content:"";background:#fff;background:var(--second-bg-color);position:absolute;top:-10px;left:0;width:25px;height:4px;border-radius:2px;transition:all .3s}.header-wrapper .header .burger-button .burger:before{top:-10px}.header-wrapper .header .burger-button .burger:after{top:10px}.header-wrapper .header .burger-button .burger.active{background:transparent;background:var(--transparent)}.header-wrapper .header .burger-button .burger.active:after,.header-wrapper .header .burger-button .burger.active:before{content:"";top:0;left:0;height:4px;width:25px;border-radius:2px;position:absolute;background:#fff;background:var(--second-bg-color)}.header-wrapper .header .burger-button .burger.active:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header-wrapper .header .burger-button .burger.active:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header-wrapper .header .burger-menu{display:flex;flex-direction:column;align-items:center;position:fixed;left:0;top:-400px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(287deg,rgba(21,21,103,.6),#6040ca 100.72%);background:var(--burger-gradient-bg);border-radius:8px;box-shadow:0 15px 25px 0 rgba(34,60,80,.4);z-index:1;transition:top .5s;padding:20px}.header-wrapper .header .burger-menu.open{top:0}.header-wrapper .header .burger-menu .link{color:#fff;color:var(--second-text-color);text-transform:uppercase;cursor:pointer;padding:10px;font-weight:500;transition:all .5s;margin-bottom:20px}.header-wrapper .header .burger-menu .link.active,.header-wrapper .header .burger-menu .link:hover{border-radius:4px;background:#aea1f1;background:var(--hover-btn-color);color:#404040;color:var(--main-text-color)}.header-wrapper .header .burger-menu .link.active{font-weight:500}.header-wrapper .header .burger-menu .link:not(.active):active{position:relative;top:3px}}@font-face{font-family:"Glass_TTY";src:url(/static/media/Glass_TTY_VT220.60f65041.ttf)}.home-wrapper{overflow-x:hidden;height:100vh;background:linear-gradient(287deg,#151567,#6040ca 100.72%);background:var(--home-gradient-bg)}.home-wrapper,.home-wrapper .home{display:flex;justify-content:center}.home-wrapper .home{align-items:center;flex-direction:column;width:80%;background:url(/static/media/airplanes.80b7f160.svg) no-repeat;background-size:65vh;background-position:10% 85%}.home-wrapper .home .middle{display:flex;justify-content:space-around;align-items:center;width:100%}.home-wrapper .home .middle .left-side{width:50%}@media (max-width:1060px){.home-wrapper .home .middle .left-side{width:100%}}.home-wrapper .home .middle .left-side .company-name{font-weight:600;font-size:100%;font-size:3vw;color:#fff;color:var(--second-text-color)}@media (max-width:1060px){.home-wrapper .home .middle .left-side .company-name{font-size:6vw}}.home-wrapper .home .middle .left-side .company-slogan{display:flex;align-items:center}.home-wrapper .home .middle .left-side .company-slogan .terminal{position:absolute}.home-wrapper .home .middle .left-side .company-slogan .terminal input{font-family:"Glass_TTY";font-size:24px;color:hsla(0,0%,100%,0);letter-spacing:.2em;padding:0;border:none;z-index:1;width:100%}.home-wrapper .home .middle .left-side .company-slogan .MuiOutlinedInput-notchedOutline{outline:none;border-width:0}.home-wrapper .home .middle .left-side .company-slogan .MuiFormControl-root{width:300px}@media (max-width:1060px){.home-wrapper .home .middle .left-side .company-slogan .MuiFormControl-root{width:250px}}.home-wrapper .home .middle .left-side .company-slogan .slogan-text{font-family:"Glass_TTY";font-size:24px;color:#aea1f1;color:var(--hover-btn-color);letter-spacing:.2em;z-index:0;pointer-events:none}.home-wrapper .home .middle .left-side .company-slogan .slogan-text .cursor{-webkit-animation:cursor 1s infinite;animation:cursor 1s infinite}.home-wrapper .home .middle .left-side .company-slogan .second-terminal{pointer-events:none}.home-wrapper .home .middle .left-side .company-slogan .second-terminal .terminal-text{white-space:nowrap;overflow:hidden;width:300px;margin-left:5px;text-overflow:ellipsis}@media (max-width:767px){.home-wrapper .home .middle .left-side .company-slogan .second-terminal .terminal-text{width:120px}}.home-wrapper .home .middle .right-side .main-illustration{width:100%;height:70vh}@media (max-width:1060px){.home-wrapper .home .middle .right-side{display:none}}.home-wrapper .home .arrow-down{position:absolute;bottom:35px;-webkit-animation:arrow-down 2s infinite;animation:arrow-down 2s infinite}@media (max-width:1060px){.home-wrapper .home .arrow-down{bottom:15px}}.home-wrapper .home .arrow-down .link{cursor:pointer}@-webkit-keyframes cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes arrow-down{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(20px) scale(.8);transform:translateY(20px) scale(.8)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes arrow-down{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(20px) scale(.8);transform:translateY(20px) scale(.8)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.dots{font-size:26px;font-weight:900;text-align:center;color:#404040;line-height:0;margin-top:20px}.about-wrapper{width:100%;height:100%;min-height:100vh;background:#fff;background:var(--second-bg-color);display:flex;justify-content:center;overflow:hidden}.about-wrapper .about{width:80%}.about-wrapper .about .under-title{margin-top:65px;display:flex;justify-content:center;align-items:center;font-size:clamp(40px,6vw,80px);font-weight:700;text-transform:uppercase;text-shadow:-3px 0 2px rgba(0,0,0,.03),0 3px 2px rgba(0,0,0,.03),3px 0 2px rgba(0,0,0,.03),0 -2px rgba(0,0,0,.05);color:#fff;color:var(--second-text-color)}.about-wrapper .about .under-title .title{color:#404040;color:var(--main-text-color);position:absolute;font-weight:700;font-size:clamp(20px,4vw,42px);text-shadow:none}.about-wrapper .about .content{display:flex;margin-top:40px;height:calc(100% - 240px)}@media screen and (max-width:780px){.about-wrapper .about .content{display:flex;flex-direction:column;align-items:center;justify-content:center}}.about-wrapper .about .content .left-side{width:50%;display:flex;align-items:center;justify-content:center}.about-wrapper .about .content .left-side .about-illustration{width:80%;height:80%;-webkit-filter:drop-shadow(-4px 4px 6px rgba(0,0,0,.3));filter:drop-shadow(-4px 4px 6px rgba(0,0,0,.3))}.about-wrapper .about .content .right-side{width:50%;height:90%;overflow-y:auto;text-overflow:ellipsis;padding-left:30px}.about-wrapper .about .content .right-side::-webkit-scrollbar{width:8px;height:5px;position:absolute;background:transparent}.about-wrapper .about .content .right-side::-webkit-scrollbar-thumb{background:#838383;border-radius:5px}@media screen and (max-width:780px){.about-wrapper .about .content .right-side{width:100%;margin-bottom:30px}}.services-wrapper{width:100%;height:100%;min-height:100vh;background:#f9f9f9;background:var(--third-bg-color);display:flex;justify-content:center}.services-wrapper .services{width:80%}.services-wrapper .services .under-title{margin-top:65px;display:flex;justify-content:center;align-items:center;font-size:clamp(40px,6vw,80px);font-weight:700;text-transform:uppercase;text-shadow:-3px 0 2px rgba(0,0,0,.03),0 3px 2px rgba(0,0,0,.03),3px 0 2px rgba(0,0,0,.03),0 -2px rgba(0,0,0,.05);color:#f9f9f9;color:var(--third-text-color)}.services-wrapper .services .under-title .title{color:#404040;color:var(--main-text-color);position:absolute;font-weight:700;font-size:clamp(20px,4vw,42px);text-shadow:none}.services-wrapper .services .card-box{display:flex;justify-content:center;align-items:center;height:calc(100% - 165px)}@media (max-width:1060px){.services-wrapper .services .card-box{flex-direction:column;margin:40px 0 80px}}.services-wrapper .services .card-box .card{overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;width:20vw;height:50vh;background:#fff;background:var(--second-bg-color);box-shadow:0 4px 35px rgba(0,0,0,.1);border-radius:8px;transition:all .3s}.services-wrapper .services .card-box .card:not(:last-child){margin-right:30px}@media (max-width:1060px){.services-wrapper .services .card-box .card:not(:last-child){margin-right:0;margin-bottom:30px}}@media (max-width:1060px){.services-wrapper .services .card-box .card{width:280px;height:360px}}.services-wrapper .services .card-box .card:hover{-webkit-transform:scale(1.3) translateY(-10px);transform:scale(1.3) translateY(-10px);z-index:1}@media (max-width:1060px){.services-wrapper .services .card-box .card:hover{-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px)}}.services-wrapper .services .card-box .card .card-content{display:flex;flex-direction:column;justify-content:space-between;height:80%}.services-wrapper .services .card-box .card .card-content .card-title{display:flex;width:100%;font-size:1.8vw;font-weight:600;color:#404040;color:var(--main-text-color);text-align:center;margin-bottom:40px}@media (max-width:1060px){.services-wrapper .services .card-box .card .card-content .card-title{font-size:6vw}}.services-wrapper .services .card-box .card .card-content .card-logo{display:flex;text-align:center;justify-content:center;align-items:center}.services-wrapper .services .card-box .card .card-content .card-logo .card-logo-image{width:8vh}@media (max-width:1060px){.services-wrapper .services .card-box .card .card-content .card-logo .card-logo-image{width:20vw}}.services-wrapper .services .card-box .card .card-content-hover{position:absolute;overflow:hidden;opacity:0}.services-wrapper .services .card-box .card:hover>.card-content{position:absolute}.services-wrapper .services .card-box .card:hover>.card-content>.card-title{color:#fff;color:var(--second-text-color)}.services-wrapper .services .card-box .card:hover>.card-content-hover{transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;padding:4vh;height:100%;opacity:1;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);overflow:hidden}.services-wrapper .services .card-box .card:hover>.card-content-hover .card-title{font-size:3vh;font-weight:600;color:#404040;color:var(--main-text-color);margin-bottom:10px;text-align:center}.services-wrapper .services .card-box .card:hover>.card-content-hover .card-text{font-size:1.4vh;color:#404040;color:var(--main-text-color);height:70%;overflow-y:auto}.services-wrapper .services .card-box .card:hover>.card-content-hover .card-text::-webkit-scrollbar{width:8px;height:5px;position:absolute;background:transparent}.services-wrapper .services .card-box .card:hover>.card-content-hover .card-text::-webkit-scrollbar-thumb{background:#838383;border-radius:5px}.services-wrapper .services .card-box .card:hover>.card-content-hover .dots{position:absolute;bottom:50px}.MuiTabs-root{width:80%}@media (max-width:1060px){.MuiTabs-root{width:100%}}.projects-wrapper{width:100%;height:100%;min-height:100vh;background:#fff;background:var(--second-bg-color);display:flex;justify-content:center;overflow:hidden}.projects-wrapper .projects{width:80%}.projects-wrapper .projects .under-title{margin-top:65px;display:flex;justify-content:center;align-items:center;font-size:clamp(40px,6vw,80px);font-weight:700;text-transform:uppercase;text-shadow:-3px 0 2px rgba(0,0,0,.03),0 3px 2px rgba(0,0,0,.03),3px 0 2px rgba(0,0,0,.03),0 -2px rgba(0,0,0,.05);color:#fff;color:var(--second-text-color)}.projects-wrapper .projects .under-title .title{color:#404040;color:var(--main-text-color);position:absolute;font-weight:700;font-size:clamp(20px,4vw,42px);text-shadow:none}.projects-wrapper .projects .content{display:flex;margin-top:40px;height:calc(100% - 240px)}@media (max-width:1060px){.projects-wrapper .projects .content{flex-direction:column-reverse;align-items:center;justify-content:center}}.projects-wrapper .projects .content .left-side{display:flex;justify-content:center;align-items:center;width:50%}@media (max-width:1060px){.projects-wrapper .projects .content .left-side{width:100%}}.projects-wrapper .projects .content .left-side .tabs{height:570px;padding:40px}@media (max-width:1060px){.projects-wrapper .projects .content .left-side .tabs{height:540px;padding:0}}@media screen and (min-width:3500px){.projects-wrapper .projects .content .left-side .tabs{height:1040px}}.projects-wrapper .projects .content .left-side .tabs .tab-content{position:relative;border:2px solid #f9f9f9;border:2px solid var(--third-bg-color);box-shadow:0 4px 8px 0 rgba(34,60,80,.5);border-radius:8px;margin:10px;transition:all .3s}.projects-wrapper .projects .content .left-side .tabs .tab-content .side-l{object-fit:contain;height:100px}@media (max-width:1060px){.projects-wrapper .projects .content .left-side .tabs .tab-content .side-l{height:100px}}@media screen and (min-width:3500px){.projects-wrapper .projects .content .left-side .tabs .tab-content .side-l{height:200px}}.projects-wrapper .projects .content .left-side .tabs .tab-content .side-l img{border-radius:8px;height:100px;width:100%;object-fit:cover}@media screen and (min-width:3500px){.projects-wrapper .projects .content .left-side .tabs .tab-content .side-l img{height:200px}}.projects-wrapper .projects .content .left-side .tabs .tab-content .side-r{border-radius:0 7px 7px 0;display:flex;justify-content:center;align-items:center;top:0;right:0;position:absolute;color:#404040;color:var(--main-text-color);font-size:16px;font-weight:600;text-transform:uppercase;background-color:hsla(0,0%,100%,.95);height:100%;width:150px;overflow:hidden;white-space:break-spaces;text-align:center}@media screen and (min-width:3500px){.projects-wrapper .projects .content .left-side .tabs .tab-content .side-r{height:200px}}.projects-wrapper .projects .content .left-side .tabs .tab-content:hover{-webkit-transform:scale(1.03) translateY(-10px);transform:scale(1.03) translateY(-10px)}@media (max-width:1060px){.projects-wrapper .projects .content .left-side .tabs .tab-content:hover{-webkit-transform:scale(1.01) translateY(-10px);transform:scale(1.01) translateY(-10px)}}@media screen and (min-width:3500px){.projects-wrapper .projects .content .left-side .tabs .tab-content:hover{-webkit-transform:scale(1.01) translateY(-10px);transform:scale(1.01) translateY(-10px)}}.projects-wrapper .projects .content .left-side .tabs .MuiButtonBase-root{-webkit-transform:scale(2);transform:scale(2);margin:20px 0;height:20px}.projects-wrapper .projects .content .left-side .tabs .MuiSvgIcon-root{fill:#404040;fill:var(--main-text-color)}.projects-wrapper .projects .content .right-side{width:50%;text-align:center}@media (max-width:1060px){.projects-wrapper .projects .content .right-side{display:flex;align-items:center;justify-content:center}}.projects-wrapper .projects .content .right-side .projects-illustration{width:80%;height:80%;-webkit-filter:drop-shadow(-4px 4px 6px rgba(0,0,0,.3));filter:drop-shadow(-4px 4px 6px rgba(0,0,0,.3))}.contacts-wrapper{width:100%;height:100%;min-height:100vh;background:#f9f9f9;background:var(--third-bg-color);display:flex;justify-content:center;overflow:hidden}.contacts-wrapper .contacts{width:80%}.contacts-wrapper .contacts .under-title{margin-top:65px;display:flex;justify-content:center;align-items:center;font-size:clamp(40px,6vw,80px);font-weight:700;text-transform:uppercase;text-shadow:-3px 0 2px rgba(0,0,0,.03),0 3px 2px rgba(0,0,0,.03),3px 0 2px rgba(0,0,0,.03),0 -2px rgba(0,0,0,.05);color:#f9f9f9;color:var(--third-text-color)}.contacts-wrapper .contacts .under-title .title{color:#404040;color:var(--main-text-color);position:absolute;font-weight:700;font-size:clamp(20px,4vw,42px);text-shadow:none}.contacts-wrapper .contacts .content{display:flex;margin-top:40px;height:calc(100% - 240px)}@media screen and (max-width:780px){.contacts-wrapper .contacts .content{display:flex;flex-direction:column;align-items:center;justify-content:center}}.contacts-wrapper .contacts .content .left-side{width:50%;text-align:center}.contacts-wrapper .contacts .content .left-side .contacts-illustration{width:80%;height:80%;-webkit-filter:drop-shadow(-4px 4px 6px rgba(0,0,0,.3));filter:drop-shadow(-4px 4px 6px rgba(0,0,0,.3))}.contacts-wrapper .contacts .content .right-side{width:50%;height:90%;overflow-y:auto;text-overflow:ellipsis;padding-left:30px}.contacts-wrapper .contacts .content .right-side::-webkit-scrollbar{width:8px;height:5px;position:absolute;background:transparent}.contacts-wrapper .contacts .content .right-side::-webkit-scrollbar-thumb{background:#838383;border-radius:5px}@media screen and (max-width:780px){.contacts-wrapper .contacts .content .right-side{width:100%;margin-bottom:30px}}:root{--main-text-color:#404040;--second-text-color:#fff;--third-text-color:#f9f9f9;--home-gradient-bg:linear-gradient(287deg,#151567,#6040ca 100.72%);--burger-gradient-bg:linear-gradient(287deg,rgba(21,21,103,0.6),#6040ca 100.72%);--second-bg-color:#fff;--third-bg-color:#f9f9f9;--hover-btn-color:#aea1f1;--transparent:transparent}.footer-wrapper{width:100%;height:165px;display:flex;justify-content:center;align-items:center;background:linear-gradient(287deg,#151567,#6040ca 100.72%);background:var(--home-gradient-bg)}.footer-wrapper .footer{width:80%;display:flex;align-items:center;justify-content:space-between;font-size:16px;color:#fff;color:var(--second-text-color)}@media (max-width:1060px){.footer-wrapper .footer{flex-direction:column}}.footer-wrapper .footer .left-side{width:33%;display:flex;flex-wrap:wrap}@media (max-width:1060px){.footer-wrapper .footer .left-side{width:100%;justify-content:center}}.footer-wrapper .footer .left-side .social{margin:0 20px 5px 0}.footer-wrapper .footer .left-side .social .social-logo{width:30px;transition:all .3s}.footer-wrapper .footer .left-side .social .social-logo:hover{-webkit-transform:scale(1.2) translateY(-5px);transform:scale(1.2) translateY(-5px);-webkit-filter:drop-shadow(0 5px 5px #161568);filter:drop-shadow(0 5px 5px #161568)}.footer-wrapper .footer .middle{text-align:center;width:33%}@media (max-width:1060px){.footer-wrapper .footer .middle{width:100%}}.footer-wrapper .footer .right-side{width:33%}@media (max-width:1060px){.footer-wrapper .footer .right-side{display:none}}
/*# sourceMappingURL=main.d426d596.chunk.css.map */