*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}p{margin:0;padding:0}ul,ol{list-style:none}@media(prefers-reduced-motion: reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}@font-face{font-family:"SF Mono";src:url("../fonts/sf-mono/SFMonoRegular.otf");font-display:swap}@font-face{font-family:"Calibre";src:url("../fonts/calibre/Calibre-Regular.woff2");font-display:swap}body{font-family:"Calibre";color:#8892b0;padding:0 150px;background-color:#0a192f}.header{display:flex;justify-content:space-between;align-items:center;width:100%;height:100px;padding:0 50px;font-family:"SF Mono";position:fixed;top:0;left:0;z-index:1000;transition:transform .3s ease-in-out,background-color .3s ease}.header__logo{position:relative;width:39px;background-color:rgba(0,0,0,0)}.header__logo #logo{color:#64ffda}.header__logo #logo:hover{color:#a8b2d1;transition:.25s}.header__nav{display:flex;align-items:center;height:40px}.header__list{display:flex;list-style:none;counter-reset:list-counter;padding:0;margin:0}@media(max-width: 768px){.header__list{display:none}}.header__list-item{padding-right:25px}@media(max-width: 768px){.header__list-item{padding-right:0;margin-bottom:20px}}.header__link{font-size:13px;color:#a8b2d1;counter-increment:list-counter;display:flex;align-items:center}.header__link:before{content:"0" counter(list-counter) ". ";color:#64ffda;font-size:12px;margin-right:5px}.header__link:hover{color:#64ffda;transition:.25s}@media(max-width: 768px){.header__link{font-size:18px;padding:10px 0}.header__link:before{font-size:14px}}.header__btn{width:auto;height:39px;border:1px solid #64ffda;border-radius:4px;padding:12px 16px;line-height:1;font-size:13px;font-family:"SF Mono";color:#64ffda;margin-right:20px}.header__btn:hover{color:#64ffda;transition:.25s;transform:translate(-4px, -4px);outline:none;box-shadow:3px 3px 0 0 #64ffda}@media(max-width: 768px){.header__resume-link{display:none}}.header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;cursor:pointer;z-index:1001}@media(max-width: 768px){.header__burger{display:flex}}.header .burger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;position:relative;transition:all .3s ease}.header .burger span{display:block;height:2px;width:100%;background-color:#64ffda;border-radius:1px;transition:all .3s ease;transform-origin:center}.header .burger.active span:nth-child(1){transform:rotate(45deg) translate(6px, 6px)}.header .burger.active span:nth-child(2){opacity:0}.header .burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}.header .mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#0a192f;z-index:999;transition:right .4s cubic-bezier(0.645, 0.045, 0.355, 1);display:flex;align-items:center;justify-content:center}@media(min-width: 769px){.header .mobile-menu{display:none}}.header .mobile-menu--open{right:0}.header .mobile-menu__nav{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 20px}.header .mobile-menu__list{list-style:none;padding:0;margin:0 0 40px 0;text-align:center;counter-reset:mobile-counter}.header .mobile-menu__item{margin-bottom:15px}.header .mobile-menu__link{font-size:18px;color:#a8b2d1;text-decoration:none;font-family:"SF Mono";counter-increment:mobile-counter;display:flex;align-items:center;justify-content:center;padding:10px 0;transition:color .3s ease}.header .mobile-menu__link:before{content:"0" counter(mobile-counter) ". ";color:#64ffda;font-size:14px;margin-right:8px}.header .mobile-menu__link:hover{color:#64ffda}.header .mobile-menu__resume{display:inline-block;border:1px solid #64ffda;border-radius:4px;padding:12px 24px;font-size:14px;font-family:"SF Mono";color:#64ffda;text-decoration:none;transition:all .25s ease}.header .mobile-menu__resume:hover{background-color:rgba(100,255,218,.1);transform:translateY(-2px)}.header .mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(10,25,47,.8);backdrop-filter:blur(5px);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.header .mobile-overlay--active{opacity:1;visibility:visible}.header--hidden{transform:translateY(-100%) !important}@media(max-width: 768px){.header{padding:0 25px;height:70px}.header--scrolled{height:70px}.header__nav{height:auto}}body.menu-open{overflow:hidden}.side-elements{font-family:"SF Mono";position:fixed;z-index:999}.side-elements__contacts{display:flex;flex-direction:column;align-items:center;position:fixed;bottom:0;left:40px;right:auto;color:#a8b2d1;height:auto}.side-elements__contacts svg{width:20px;margin-bottom:20px}.side-elements__contacts a:hover>svg{stroke:#64ffda;transition:.25s;transform:translateY(-3px)}.side-elements__mailto{width:20px;position:fixed;bottom:0;right:40px;left:auto;color:#a8b2d1;display:flex;flex-direction:column;align-items:center}.side-elements__mailto a{font-size:12px;font-weight:18px;letter-spacing:.1em;line-height:1;margin:20px auto;padding:10px 0;writing-mode:vertical-rl !important}.side-elements__mailto a:hover{color:#64ffda;transition:.25s;transform:translateY(-3px)}.side-elements .hr{width:1px;height:90px;background-color:#a8b2d1}main .container{max-width:800px;margin:0 auto;padding:100px 0}main .hero{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;height:100vh;min-height:100vh}main .hero span{color:#64ffda;font-family:"SF Mono";font-size:16px;margin-bottom:20px}main .hero__h2{height:auto;line-height:1;font-family:"Calibre";font-weight:600;font-size:80px;color:#ccd6f6}main .hero__h3{font-family:"Calibre";font-weight:600;font-size:80px;color:#8892b0;line-height:.8}main .hero .hero__p{max-width:540px;margin-top:20px;font-size:20px}main .hero .hero__p span{color:#64ffda;font-family:"Calibre";font-size:20px;margin-bottom:20px}main .hero .hero__container-btns{display:flex;margin-top:50px}main .hero__btn:first-child{width:auto;height:39px;border:1px solid #64ffda;border-radius:4px;padding:12px 16px;line-height:1;font-size:13px;font-family:"SF Mono";color:#64ffda;margin-right:20px}main .hero__btn:first-child:hover{color:#64ffda;transition:.25s;transform:translate(-4px, -4px);outline:none;box-shadow:3px 3px 0 0 #64ffda}main .hero__btn{display:flex;align-items:center;width:auto;height:39px;border:1px solid #a8b2d1;border-radius:4px;padding:12px 16px;margin-right:5px;line-height:1;font-size:13px;font-family:"SF Mono";color:#64ffda;margin-right:10px}main .hero__btn:hover{color:#64ffda;transition:.25s;transform:translate(-4px, -4px);outline:none;box-shadow:3px 3px 0 0 #64ffda}main .hero__btn:hover>svg{stroke:#64ffda}main .about__content{display:flex;gap:50px}main .about__item svg{width:130px;color:#64ffda !important}main .about__text{display:flex;flex-direction:column;gap:20px;font-size:20px}main .about__span{color:#64ffda}main .about__list>li{color:#a8b2d1;counter-increment:list-counter}main .about__list>li:before{content:"0" counter(list-counter) ". ";color:#64ffda;margin-right:5px}main .about__image>img{filter:grayscale(75%) contrast(1);max-width:250px}main .about__image:hover>img{filter:none;transition:.5s}main .about__image::after{border:2px dashed #64ffda;top:14px;left:14px;z-index:-1;content:"";display:block;position:absolute;width:100%;height:100%;max-height:375px}.section-title{font-size:32px;margin:10px 0 40px;width:100%;display:flex;align-items:center;position:relative;white-space:nowrap;font-weight:600;color:#ccd6f6;line-height:1.1}.section-title::before{position:relative;bottom:4px;counter-increment:section 1;content:"0" counter(section) ".";margin-right:10px;color:#64ffda;font-family:"SF Mono";font-size:20px;font-weight:400}.section-title::after{content:"";display:block;position:relative;top:-5px;width:300px;height:1px;margin-left:20px;background-color:#8892b0}.fade-in [class*=delay-]{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(0.645, 0.045, 0.355, 1)}.fade-in.is-visible [class*=delay-]{opacity:1;transform:translateY(0)}.fade-in.is-visible .delay-1{transition-delay:.1s}.fade-in.is-visible .delay-2{transition-delay:.2s}.fade-in.is-visible .delay-3{transition-delay:.3s}.fade-in.is-visible .delay-4{transition-delay:.4s}.fade-in.is-visible .delay-5{transition-delay:.5s}@media(max-width: 768px){.header{backdrop-filter:blur(3px)}.side-elements__contacts{left:10px !important}.side-elements__mailto{right:10px !important}}@media(max-width: 480px){body{padding:0 50px !important}body .hero__span{font-size:16px}body .hero__h2{font-size:40px !important}body .hero__h3{font-size:40px !important}body .hero__p{font-size:18px !important}body .hero__container-btns{flex-wrap:wrap;gap:10px}body .hero__btn:first-child{margin-right:10px !important}body .hero__btn{margin-right:0 !important}body .about__content{display:flex;flex-direction:column !important;align-items:center;gap:30px !important}body .about__image{position:relative}body .about__image>img{width:100%;max-width:300px !important}body .about__image::after{max-width:300px;max-height:450px;top:14px !important;left:14px !important}}@media(min-width: 481px)and (max-width: 768px){body{padding:0 75px !important}}@media(min-width: 769px)and (max-width: 1024px){body{padding:0 100px}}