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-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.form{display:flex;flex-direction:row;margin:36px auto 32px;gap:8px}.form input{border:1px solid #808080;border-radius:4px;width:272px;outline:none;padding:8px 16px;line-height:1.5;letter-spacing:.04em;color:gray;font-size:16px}.form input:hover{border:1px solid #000}.form input:focus{border:1px solid #4e75ff;color:#2e2f42}.btn-search{border-radius:8px;padding:8px 16px;background:#4e75ff;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;outline:none;border:none}.btn-search:hover{background:#6c8cff}.btn-load-more{margin:0 auto 20px;width:125px;border-radius:8px;padding:8px 16px;background:#4e75ff;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;outline:none;border:none}.btn-load-more:hover{background:#6c8cff}.is-hidden{display:none}.gallery{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto 30px;max-width:1128px}.gallery-item{width:302px;border:1px solid #808080;display:flex;flex-direction:column;overflow:hidden}.gallery-card{display:block;width:100%;height:200px}.gallery-img{width:100%;height:100%;object-fit:cover;display:block;background-color:#f0f0f0;cursor:pointer}.img-descriptions-list{display:flex;justify-content:space-evenly;margin-top:4px}.img-descriptions-item{text-align:center}.img-descriptions-text{font-weight:600;font-size:12px;line-height:1.33333;letter-spacing:.04em;color:#2e2f42}.img-descriptions-data{font-weight:400;font-size:12px;line-height:2;letter-spacing:.04em;color:#2e2f42}.loader{width:48px;height:48px;border:5px solid #4e75ff;border-bottom-color:transparent;display:none;border-radius:50%;margin:20px auto;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
