html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;background-image:url(images/bg-pattern.png)}img{display:block;max-width:100%;height:auto}.search-form{display:flex;justify-content:center;padding:10px 350px;margin-bottom:24px;background-color:#36454f}.search-btn{margin-left:10px}.button{display:block;margin-left:auto;margin-right:auto;margin-bottom:24px}.button.is-hidden,.button>.spinner.is-hidden{display:none}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;padding:0;list-style:none;max-width:calc(100vw - 80px);margin:0 auto 30px}.gallery li{overflow:hidden}.gallery img{display:block;width:100%;height:200px;object-fit:cover}.stats{display:flex;justify-content:space-around;align-items:center}.stats-item{display:flex;flex-direction:column;font-size:18px}.stats-item i{margin-bottom:5px;color:#36454f}