.loader{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin:0 auto;display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:Segoe UI,sans-serif;margin:0;padding:0;background-color:#f8f8f8}.container{max-width:1200px;margin:0 auto;padding:40px 20px;display:flex;flex-direction:column;align-items:center}.form{display:flex;align-items:center;gap:8px;margin-bottom:32px}.search-input{border-radius:4px;width:272px;height:40px;padding:0 12px;border:1px solid #ccc;font-size:16px}.search-button{height:40px;padding:0 20px;font-weight:500;font-size:16px;line-height:150%;letter-spacing:.04em;color:#fff;background-color:#4e75ff;border:none;border-radius:4px;cursor:pointer}.loader-text{font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:#2e2f42;margin-bottom:32px}.hidden{display:none}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;list-style:none;padding:0;margin:0}.gallery li{border:1px solid #808080;width:360px;height:200px;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.gallery img{width:100%;height:140px;object-fit:cover;display:block}.gallery div{display:flex;justify-content:space-around;padding:8px;font-size:14px;color:#333;gap:32px}.load-more{border-radius:8px;padding:8px 16px;border:0;margin-top:32px;cursor:pointer;width:125px;height:40px;background:#4e75ff;font-weight:500;font-size:16px;line-height:150%;letter-spacing:.04em;color:#fff}
