@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.woff2) format("woff2"),url(/fonts/Poppins-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.woff2) format("woff2"),url(/fonts/Poppins-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}html{font-size:10px}*{box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#fff;margin:0;padding:0;min-height:100dvh;flex-direction:column}body,main{display:flex}main{flex:1 1;flex-direction:column}main:has(.projects){justify-content:center}h1,h2,h3,h4,h5,h6{margin:0}.container{width:90%;max-width:1800px;margin:0 auto}.projects{height:100%}.projects__list{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:10rem;gap:10rem}@media(max-width:900px){.projects__list{grid-template-columns:1fr;gap:5rem}}@media(max-width:600px){.projects__list{gap:2rem}}.projects__item{display:flex;flex-direction:column;align-items:center;gap:2rem;font-size:3.2rem;text-decoration:none;color:#212121;padding:10rem;border-radius:10rem;box-shadow:0 0 8px 0 rgba(0,0,0,.3);height:100%;text-align:center;line-height:1.2;transition:all .3s}@media(max-width:1400px){.projects__item{padding:5rem;border-radius:5rem}}@media(max-width:900px){.projects__item{padding:3rem;font-size:2.8rem}}@media(max-width:600px){.projects__item{padding:2rem;font-size:2rem}}@media(min-width:901px){.projects__item:hover{box-shadow:6px 6px 16px 6px rgba(0,0,0,.3);transform:translate(-.5rem,-1rem)}}@media(max-width:600px){.projects__item:hover{box-shadow:0 0 8px 0 orange}}@media(max-width:1400px){.projects__item img{width:10rem;height:auto}}.projects__item-image-wrap{width:30rem;height:30rem;display:flex;align-items:center;justify-content:center}@media(max-width:1400px){.projects__item-image-wrap{width:10rem;height:10rem}.projects__item-image-wrap img{width:7rem;height:7rem}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes spin2{0%{stroke-dasharray:1,800;stroke-dashoffset:0}50%{stroke-dasharray:400,400;stroke-dashoffset:-200px}to{stroke-dasharray:800,1;stroke-dashoffset:-800px}}.loader{width:100%;display:flex;align-items:center;justify-content:center}.loader svg{width:16rem;height:16rem}.loader__spin2{transform-origin:center;animation:spin2 3s ease-in-out infinite,spin 1.5s linear infinite;animation-direction:alternate}.Footer_footer__7blBZ{background-color:#63beff;color:#fff;padding:3rem}.Footer_footer__links__c4a2_{display:flex;gap:3rem;align-items:center;justify-content:flex-end}@media(max-width:600px){.Footer_footer__links__c4a2_{gap:1.5rem}}.Footer_footer__links__c4a2_ a{color:#fff;font-size:1.4rem;line-height:1.3;text-decoration:none;transition:all .3s;position:relative;display:inline-block}@media(max-width:600px){.Footer_footer__links__c4a2_ a{font-size:1.1rem}}.Footer_footer__links__c4a2_ a:after{content:"";position:absolute;left:0;top:calc(100% + .5rem);width:0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0) 0,white 25%);display:block}@media(min-width:901px){.Footer_footer__links__c4a2_ a:hover:after{animation:Footer_line__ZuPFX 1s ease-in-out}}@keyframes Footer_line__ZuPFX{0%{width:0;left:0}50%{width:100%;left:0}to{width:0;left:100%}}