body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1.5}.form{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:20px}input{width:250px;height:38px;color:#000;border-radius:4px;border:1px solid #808080;margin:0;padding:0 0 0 20px}input:hover{border:1px solid #000000}input:focus{border:1px solid #4E75FF}button{width:91px;height:40px;border:none;border-radius:8px;background-color:#4e75ff;color:#fff;font-weight:500}button:hover{background-color:#6c8cff}.gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;list-style:none;width:1128px;padding:0;margin:0 auto}.gallery-item{border:1px solid #808080}.gallery img{object-fit:cover;width:360px;height:152px;display:block}.info{display:flex;justify-content:space-around;align-items:center;text-align:center;height:48px;font-size:12px;color:#2e2f42}.info span{font-weight:600;line-height:16px}.loader{animation:rotate 1s infinite;height:50px;width:50px;display:block;margin:0 auto}.loader:before,.loader:after{content:"";display:block;height:20px;width:20px}.loader:before{animation:box1 1s infinite;background-color:#737373;box-shadow:30px 0 #ff3d00;margin-bottom:10px}.loader:after{animation:box2 1s infinite;background-color:#ff3d00;box-shadow:30px 0 #737373}@keyframes rotate{0%{transform:rotate(0) scale(.8)}50%{transform:rotate(360deg) scale(1.2)}to{transform:rotate(720deg) scale(.8)}}@keyframes box1{0%{box-shadow:30px 0 #ff3d00}50%{box-shadow:0 0 #ff3d00;margin-bottom:0;transform:translate(15px,15px)}to{box-shadow:30px 0 #ff3d00;margin-bottom:10px}}@keyframes box2{0%{box-shadow:30px 0 #737373}50%{box-shadow:0 0 #737373;margin-top:-20px;transform:translate(15px,15px)}to{box-shadow:30px 0 #737373;margin-top:0}}.is-hidden{display:none}
