body{font-family:Montserrat,sans-serif}ul,ol{margin:0;padding:0;list-style:none}li,h1,h2,h3,h4,h5,h6,p{margin:0}img{display:block;max-width:100%;height:auto;object-fit:cover;overflow:hidden}button,input,textarea,select{font:inherit}input:focus-visible{outline:none}.form{display:flex;justify-content:center;gap:8px}input{border-radius:4px;width:252px;height:36px;padding-left:16px;border:1px solid #808080;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:#2e2f42}input::placeholder{font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:gray}input:hover{border:1px solid #000}input:focus{border:1px solid #4e75ff}button{border-radius:8px;padding:8px 16px;width:91px;height:40px;background-color:#4e75ff;font-weight:500;font-size:16px;line-height:150%;letter-spacing:.04em;color:#fff;border:none;transition:background-color .25s ease}button:hover,button:focus{background-color:#6c8cff}.gallery{display:flex;margin-top:32px;flex-wrap:wrap;justify-content:center;gap:24px}.gallery-item{width:360px;border:1px solid #808080}.gallery-wrapper{width:100%}.gallery-link{display:block;width:100%;height:152px;overflow:hidden}.gallery-image{display:block;width:100%;height:100%;object-fit:cover}.statistics-wrapper{width:100%;height:48px}.statistics-list{display:flex;justify-content:space-around;align-items:center;height:100%}.statistics-item{text-align:center}.statistics-title{font-weight:600;font-size:12px;line-height:133%;letter-spacing:.04em;color:#2e2f42}.statistics-text{font-weight:400;font-size:12px;line-height:200%;letter-spacing:.04em;color:#2e2f42}.loader-wrapper{display:none}.loader-wrapper.visible{display:flex;justify-content:center;align-items:center;margin-top:32px}.loader{width:48px;height:48px;border:3px dotted #fff;border-style:solid solid dotted dotted;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}.loader:after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px dotted #ff3d00;border-style:solid solid dotted;width:24px;height:24px;border-radius:50%;animation:rotationBack 1s linear infinite;transform-origin:center center}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.load-more{display:block;margin:32px auto 0;width:125px}
