h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#242424;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}@keyframes slide{0%{transform:translate(-140%) translateY(-50%)}to{transform:translate(-104%) translateY(-50%)}}@keyframes stretch{0%{opacity:0;transform:translate(-50%) translateY(100%) scale(.2)}to{opacity:1;transform:translate(-50%) translateY(100%) scale(1)}}.header{padding:20px 0}.nav{display:flex;justify-content:space-between}.nav-logo{display:inline-flex;align-items:center;justify-content:center}.nav-list{display:flex;align-items:center;justify-content:flex-end;gap:40px}.nav-link{position:relative;display:block;font-weight:500;letter-spacing:.02em;transition:.2s ease-in}.nav-link:hover,.nav-link:focus{color:#747bff}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(100%);width:110%;height:4px;border-radius:4px;transform-origin:center;animation:stretch .4s cubic-bezier(.68,-.55,.27,1.55) .2s both}.nav-link.active:after{background:#747bff}.vite-promo{padding:50px 0}.vite-promo-thumb{position:relative;max-width:320px;margin:0 auto}.vite-promo-thumb:before{content:"";position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;border-radius:50%;background-image:linear-gradient(-45deg,#bd34fe 50%,#47caff 50%);filter:blur(4.5rem)}.main-title{text-align:center}.main-title-gradient{display:block;font-size:2em;background-image:linear-gradient(120deg,#bd34fe 30%,#41d1ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media only screen and (min-width: 768px){.main-title-gradient{font-size:3em}}.main-title-link{position:relative;letter-spacing:.04em}.main-title-link:before{content:"";position:absolute;bottom:4%;left:50%;transform:translate(-50%) skew(-12deg) rotate(-2deg);z-index:-1;width:108%;height:24%;background-color:#41d1ff;transition:.2s ease}.main-title-link:hover:before,.main-title-link:focus:before{background-color:#ff6b0a}.vite-promo .title,.vite-promo .text{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.14;color:#213547}.vite-promo .tagline{font-size:1.5rem;line-height:1.5;color:#3c3c3cb3}.vite-promo .actions{display:flex;align-items:center;gap:1rem}.vite-promo .link{display:inline-block;padding:.5rem 1.25rem;font-weight:500;text-align:center;white-space:nowrap;color:#ffffffde;background-color:#646cff;border:1px solid transparent;border-radius:1.25rem;transition:color .25s,border-color .25s,background-color .25s}.badges-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px}.badges-link{display:block;padding:8px 16px;border:1px solid;border-radius:8px;transition:.2s ease-in}.badges-link:hover,.badges-link:focus{transform:scale(1.06);color:#747bff}.back-link{position:relative;display:inline-block;padding:4px 8px;margin-top:32px;border:1px solid;border-radius:8px}.back-link:before{content:"";position:absolute;top:50%;left:0;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");transition:.3s ease-in;transition-property:opacity;opacity:0;animation:slide .5s linear infinite alternate-reverse both;animation-play-state:paused}.back-link:hover:before{opacity:1;animation-play-state:running}.footer{padding:20px 0}.footer-desc{text-align:center}.footer-link{position:relative}.footer-link:before{content:"";position:absolute;bottom:6%;left:50%;transform:translate(-50%) skew(-12deg);z-index:-1;width:110%;height:24%;background-color:#41d1ff;transition:.2s ease}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:20px}.form{text-align:center}.gallery_item{display:block;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery_item:hover{transform:scale(1.05);box-shadow:0 6px 15px #0003}.gallery_item img{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px}.elem-gallery{overflow-wrap:break-word}.stats-container{display:flex;gap:5px}.stat-item{display:flex;flex-direction:column;align-items:center;width:80px;word-break:break-word;white-space:normal}.stats-container .stat-item span{font-size:.8rem}.loader{display:block;margin:0 auto;width:200px;height:40px;background-color:#0004;position:relative;border-radius:50px;box-shadow:inset 0 0 0 2px #0000000d}.loader:after{border-radius:50px;content:"";position:absolute;background-color:#fff;left:2px;top:2px;bottom:2px;right:360px;animation:slide 2s linear infinite;box-shadow:0 1px 2px #0003}@keyframes slide{0%{right:150px;left:2px}5%{left:2px}50%{right:2px;left:150px}55%{right:2px}to{right:150px;left:2px}}.is-not-active{display:none}.button{border:none;color:#f0f8ff;background:#4e75ff;border-radius:8px;padding:8px 16px;width:86px;height:30px}.load-more{width:100px;height:40px;display:block;margin:0 auto}.load-more.is-not-active{display:none}
