.form{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:32px}.input{box-sizing:border-box;border-radius:4px;border:1px solid;width:272px;max-height:40px;padding-top:8px;padding-bottom:8px;padding-left:16px;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#2e2f42}.input:hover{border:2px solid}.input:focus{border:2px solid #4e75ff;outline:none}.button{border-radius:8px;border-style:none;padding:8px 16px;width:91px;height:40px;margin:0;background:#4e75ff;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff}.button:hover{background:#6c8cff}.gallery{list-style:none;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:0}.gallery-item{border:1px solid #808080;max-width:360px;max-height:200px;overflow:hidden;box-sizing:border-box}.gallery-image{transition:transform .2s ease;display:block;width:360px;height:152px;object-fit:cover}.gallery-image:hover{transform:scale(1.05)}.modal-image{width:1112px;height:640px}.info{display:flex;flex-direction:row;justify-content:space-around;text-align:center;padding:0}.title-text{font-weight:600;font-size:12px;line-height:1.33333;letter-spacing:.04em;color:#2e2f42}.text{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;margin:0;font-family:Montserrat,sans-serif;font-weight:400;font-size:12px;line-height:2;letter-spacing:.04em;color:#2e2f42;height:48px}.load-more{border-radius:8px;border-style:none;padding:8px 16px;width:125px;height:40px;background:#4e75ff;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;display:block;margin:32px auto}.load-more:hover{background:#6c8cff}.is-hidden-btn{display:none}.loader{display:flex;justify-content:center;align-items:center;margin:20px auto}.is-hidden{display:none}.spinner{animation:rotate 2s linear infinite;width:50px;height:50px}.path{stroke:#3498db;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
