h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#242424;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.form{display:flex;justify-content:center;gap:10px;margin:10px}.form input{width:272px;height:40px;border:solid 1px #4e75ff;border-radius:5px;padding:0 0 0 10px}.form input::placeholder{color:#01180463}.form button,.btn-load-more{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;border-radius:8px;padding:8px 16px;width:91px;height:40px;font-family:Montserrat,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;background:#4e75ff;border:none}.btn-load-more{margin-top:30px;width:200px}.loader{width:48px;height:48px;display:inline-block;position:relative;border:2px solid #000000;box-sizing:border-box;animation:rotation 2s linear infinite;margin-top:30px}.loader:after,.loader:before{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:2px solid #ff3c00;width:38px;height:38px;animation:rotationBack 1.5s linear infinite;transform-origin:center center}.loader:before{width:28px;height:28px;border-color:#fff;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.is-hidden{display:none}.load-galler{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px}.gallery{gap:24px;display:grid;grid-template-columns:repeat(3,1fr)}.gallery-item{width:360px;border:1px solid #808080;border-radius:5px;overflow:hidden;box-shadow:10px 10px 5px -5px #00000059}.inf-list{display:flex;gap:15px;padding:10px;justify-content:space-between}.inf-item{display:flex;flex-direction:column;align-items:center}body{padding-bottom:30px;padding-top:10px}
