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}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{margin:0 auto;flex-grow:1}main:has(.back-link){text-align:center}.form{margin:36px auto 32px;max-width:371px;display:flex;flex-direction:row;gap:8px}.input{min-width:272px;min-height:40px;border:1px solid #808080;border-radius:4px;padding:8px 16px;color:gray}.input:hover,.input:focus{border-color:#000}.button{min-width:91px;min-height:40px;border:none;border-radius:8px;color:#fff;background-color:#4e75ff}.button:hover,.button:focus{background-color:#6c8cff}.gallery{max-width:1128px;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}.gallery-item{min-width:358px;min-height:200px;flex-basis:calc((100% - 360px * 3) / 48);border:1px solid #808080;display:flex;flex-direction:column}.gallery-info{display:flex;flex-direction:row;padding:4px 24px;justify-content:space-between}.gallery-info>p{text-align:center}.loader{width:48px;height:48px;border:5px solid #4E75FF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.load-more{display:block;margin:32px auto 0}.hidden{display:none}
