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;align-items:center;margin-top:36px;margin-bottom:32px;height:40px}.form input[type=text]{width:272px;height:40px;color:#000;padding:10px;border:1px solid #808080;border-radius:4px;margin-right:8px;font-size:16px;box-sizing:border-box}.form input[type=text]::placeholder{color:gray}.form input[type=text]:hover{border-color:#000}.form input[type=text]:focus{border-color:#4e75ff;outline:none}.btn-search{height:40px;font-size:16px;color:#fff;padding:8px 16px;border-radius:8px;border:none;background-color:#4e75ff;cursor:pointer}.btn-search:hover{background-color:#6c8cff}.loader{width:60px;height:60px;display:block;margin:20px auto;position:relative;background:radial-gradient(ellipse at center,#000 69%,#0000 70%),linear-gradient(to right,#0000 47%,#000 48%,#000 52%,#0000 53%);background-size:20px 20px,20px auto;background-repeat:repeat-x;background-position:center bottom,center -5px;box-sizing:border-box}.loader:before,.loader:after{content:"";box-sizing:border-box;position:absolute;left:-20px;top:0;width:20px;height:60px;background:radial-gradient(ellipse at center,#000 69%,#0000 70%),linear-gradient(to right,#0000 47%,#000 48%,#000 52%,#0000 53%);background-size:20px 20px,20px auto;background-repeat:no-repeat;background-position:center bottom,center -5px;transform:rotate(0);transform-origin:50% 0%;animation:animPend 1s linear infinite alternate}.loader:after{animation:animPend2 1s linear infinite alternate;left:100%}@keyframes animPend{0%{transform:rotate(22deg)}50%{transform:rotate(0)}}@keyframes animPend2{0%,55%{transform:rotate(0)}to{transform:rotate(-22deg)}}.load-more{margin:32px auto;width:125px;height:40px;font-size:16px;color:#fff;padding:8px 16px;border-radius:8px;border:none;background-color:#4e75ff}.load-more:hover{background-color:#6c8cff}.is-hidden{display:none}.gallery{display:grid;grid-template-columns:repeat(3,360px);gap:24px;justify-content:center;padding:0;margin:0;list-style:none}.gallery-item{width:360px;border:1px solid #808080;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:0 4px 10px #0000001a}.gallery-item img{width:100%;height:200px;object-fit:cover}.gallery-info{display:flex;justify-content:space-around;padding:4px 20px;font-size:12px;color:#2e2f42}.gallery-info p{font-weight:400;margin:0;display:flex;flex-direction:column;align-items:center}.gallery-info b{font-weight:600}
