@charset "UTF-8";.header{z-index:100;width:100%;position:fixed;top:0;left:0;transition:top .5s;padding:10px 0;background-color:#0c0f11;box-shadow:0 2px 2px rgba(255,255,255,.1)}.header__container{display:flex;justify-content:space-between;align-items:center}.header__nav{width:100%;max-width:400px;display:flex;justify-content:space-between;align-items:center;gap:15px}@media (max-width:768px){.header__nav{position:absolute;right:-100%;top:0;flex-direction:column;gap:25px;align-items:center;justify-content:center;width:100%;min-height:100vh;background-color:#0c0f11;transition-duration:.5s}}.header__nav.active{right:0}.header__link{position:relative}.header__link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;transition-duration:.5s}@media (max-width:768px){.header__link{font-size:24px}}.header__link:hover::after{width:100%}.header__logo{text-transform:uppercase;z-index:10}.header__burger{display:none}@media (max-width:768px){.header__burger{min-width:20px;width:40px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:11}.header__burger span{display:block;width:100%;height:2px;background-color:#adb4bb;position:relative;transition-duration:.5s}.header__burger span::after,.header__burger span::before{content:"";position:absolute;width:100%;height:2px;background-color:#adb4bb;transition-duration:.5s}.header__burger span::before{top:-10px}.header__burger span::after{top:10px}.header__burger.active span{background-color:transparent}.header__burger.active span::before{top:0;transform:rotate(45deg)}.header__burger.active span::after{top:0;transform:rotate(-45deg)}}.header .header__container{padding:10px 15px}.footer{margin-top:80px;padding:15px 0}.footer__container{display:flex;justify-content:space-between;align-items:center;gap:20px}@media (max-width:768px){.footer__container{flex-direction:column;align-items:flex-start}}.footer__nav{width:100%;max-width:400px;display:flex;justify-content:space-between;align-items:center;gap:15px}.hero{padding:150px 0}@media (max-width:768px){.hero{padding:100px 0}}.hero__link{color:#4f5bd5}.hero__link:hover{color:#adb4bb}.hero__container{display:flex;justify-content:flex-start;align-items:center;gap:30px}@media (max-width:768px){.hero__container{flex-direction:column}}.hero__img{width:100%;height:100%;border-radius:50%;max-width:145px;min-height:145px}.hero__img-wrapper{min-width:145px;height:145px;position:relative}.hero__img-wrapper::before{content:"";position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask-composite:xor;padding:3px}.hero__social{margin-top:30px;display:flex;gap:25px;flex-wrap:wrap}.hero__social a{display:flex;gap:10px;align-items:center}.hero__social a svg{display:flex}.hero h1{line-height:130%}.hero.hero--bigger{padding:150px 0 0 0}@media (max-width:768px){.hero.hero--bigger{padding:100px 0 0 0}}.hero.hero--bigger .hero__container{flex-direction:column;align-items:flex-start}.hero.hero--bigger .hero__container>h1{font-size:34px}.about__container{display:flex;flex-direction:column;gap:20px}.about__container h3,.about__container p{margin-top:10px}.posts{margin-top:80px}.posts__container{display:flex;flex-direction:column;gap:20px}.posts__list{margin-top:10px;display:flex;flex-direction:column;gap:30px}.posts__more{margin-top:10px;color:#4385d7;width:fit-content}.posts__more:hover{background:#2f4a69;border-radius:5px 5px 5px 5px}.posts .post__meta{padding:7px 0;font-size:16px}.projects{margin-top:80px}.projects__container{display:flex;flex-direction:column;gap:20px}.projects__list{display:flex;flex-direction:column;gap:30px;margin-top:10px}.projects__more{margin-top:10px;color:#4385d7;width:fit-content}.projects__more:hover{background:#2f4a69;border-radius:5px 5px 5px 5px}.project{display:flex;gap:20px;align-items:flex-start}@media (max-width:768px){.project{flex-direction:column-reverse}}.project__image{width:200px;height:100px;overflow:hidden}@media (max-width:768px){.project__image{width:100%;height:auto}}.project__image img{width:100%;height:100%;aspect-ratio:116/53;filter:brightness(.8);transition:filter .3s;border-radius:8px}.project__image:hover img{filter:brightness(1)}.project__content{flex:1}.project__content .project__icon{margin-right:8px}.project__content .project__meta{padding:7px 0;font-size:16px}.single{width:100%;margin:120px 0 0 0}@media (max-width:768px){.single{margin:100px 0 0 0}}.single__container{display:flex;flex-direction:column;gap:15px}.single__img{margin-top:10px;width:100%;height:100%;border-radius:15px}.single h1{font-weight:700;font-size:clamp(24px,5vw,34px)}.single h2,.single h3{margin-top:20px;margin-bottom:10px}.single p>span{text-decoration:underline;font-weight:700}.single p>b{font-size:20px;margin-top:10px}.breadcrumbs{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.breadcrumbs a,.breadcrumbs p{font-size:16px}@font-face{font-family:"Press Start 2P";src:url(../fonts/PressStart2P-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Audiowide;src:url(../fonts/Audiowide-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:myfont;src:url(../fonts/myfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:myfont,sans-serif;font-size:18px;color:#adb4bb;background-color:#0c0f11;overflow-x:hidden;scroll-behavior:smooth;line-height:150%}.wrapper{display:flex;flex-direction:column;width:100%;justify-content:center;min-height:100vh}.wrapper--contacts .hero.hero--bigger{padding:100px 0 30px 0}.no-scroll{overflow:hidden}[class*=__container]{max-width:800px;width:100%;margin:0 auto;padding:0 15px}a{color:#adb4bb;text-decoration:none;transition-duration:.5s}a:hover{color:#4385d7}a:active{color:#330080}.button{width:fit-content;display:flex;justify-content:center;align-items:center;background-color:#adb4bb;transition-duration:.5s;color:#13191c;padding:5px 20px;border-radius:10px;cursor:pointer;border:0;outline:0}.button:hover{background-color:#fff}.button:active{background-color:#104d61}ol,ul{padding-left:20px}ol li:not(:last-child),ul li:not(:last-child){padding-bottom:15px}h1{font-size:26px;font-weight:400;color:#a8adb2;line-height:130%}h1 span{color:#eef5fc;font-size:28px;font-weight:700}@media (max-width:1200px){h1 span{font-size:27.7142857143px}}@media (max-width:992px){h1 span{font-size:27.4285714286px}}@media (max-width:768px){h1 span{font-size:27.1428571429px}}@media (max-width:576px){h1 span{font-size:26.8571428571px}}@media (max-width:480px){h1 span{font-size:26.5714285714px}}@media (max-width:360px){h1 span{font-size:26.2857142857px}}@media (max-width:320px){h1 span{font-size:26px}}h2{position:relative}h2::after{content:"";width:100px;height:2px;background-color:#adb4bb;position:absolute;left:0;bottom:-5px}.currentPage{text-decoration:underline}input{background:#fff!important}:-webkit-autofill,:-webkit-autofill:focus,:-webkit-autofill:hover{filter:none;-webkit-text-fill-color:#333;-webkit-box-shadow:0 0 0 40rem #fff inset}:-webkit-autofill::first-line{font-size:16px}p{line-height:140%}.button{padding:15px;width:100%;max-width:300px;font-family:"Press Start 2P";font-size:14px}.button:hover{opacity:.5;transform:translateY(-5px)}.list{margin-top:15px}