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}body{font-family:sans-serif;padding:20px;background-color:#f9f9f9}.form{display:flex;justify-content:center;margin-bottom:32px}input[type=text]{line-height:1.5;letter-spacing:.04em;color:gray;font-weight:400;padding:8px 16px;font-size:16px;border-radius:4px;border:1px solid #808080;width:272px;margin-right:8px}button{width:91px;border-radius:8px;padding:8px 16px;font-size:16px;background:#4e75ff;color:#fff;border:none;cursor:pointer}button:hover{background:#6c8cff}.gallery{display:flex;flex-wrap:wrap;gap:24px;list-style:none;padding:0;justify-content:center}.gallery-item{background-color:#fff;overflow:hidden;box-shadow:0 2px 8px #0000001a;max-width:calc((100% - 48px) / 3);box-sizing:border-box}.gallery-item img{display:block;width:360px;height:200px;object-fit:cover}.info{display:flex;justify-content:space-between;gap:8px;padding:4px;background-color:#fff}.info p{font-size:12px;font-weight:400;line-height:2;letter-spacing:.04em;color:#2e2f42}.loader.hidden,.load-more.hidden{display:none}.load-more{display:flex;align-items:center;justify-content:center;flex-direction:row;margin-top:32px;top:50%;left:50%;position:relative;gap:10px;border-radius:8px;padding:8px 16px;width:125px;height:40px;background:#4e75ff}.loader-more :hover{background:#6c8cff}.loader{width:32px;height:32px;position:relative;top:50%;left:50%;border-radius:50%;color:#ff3d00;animation:fill 1s ease-in infinite alternate}.loader:before,.loader:after{content:"";position:absolute;height:100%;width:100%;border-radius:50%;left:48px;top:0;animation:fill .9s ease-in infinite alternate}.loader:after{left:auto;right:48px;animation-duration:1.1s}@keyframes fill{0%{box-shadow:0 0 0 2px inset}to{box-shadow:0 0 0 10px inset}}
