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{border:none;padding:0;background-color:transparent;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;gap:8px;padding:16px;align-items:center;justify-content:center}button{border-radius:8px;padding:8px 16px;width:91px;height:40px;background:#ff6b0a;font-family:Montserrat,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff}button:hover{background-color:#010101}input{border:1px solid #808080;border-radius:4px;width:272px;height:36px;background:#fff;padding-left:16px}input:hover,input:focus{border-color:#010101}label{font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#010101}.gallery{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:16px}.gallery-item{border:1px solid #808080;width:360px;transition:border-color .25s ease;transition:transform .25s ease-in-out}.gallery-item:hover .title,.gallery-item:hover{color:#ff6b0a;border-color:#ff6b0a;transform:scale(1.05)}.gallery-link{display:block;width:100%;height:240px;overflow:hidden}.gallery-img{width:100%;height:100%;object-fit:cover}.list-description{display:flex;padding:4px 25px 4px 20px;justify-content:space-between}.description{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.title{font-weight:600;font-size:12px;line-height:1.33333;letter-spacing:.04em}.text{font-size:12px;line-height:2;letter-spacing:.04em;color:#2e2f42}.loader-box{display:flex;align-items:center;justify-content:center}.loader{display:block;position:relative;height:12px;width:400px;border:1px solid #010101;border-radius:10px;overflow:hidden}.loader:after{content:"";width:40%;height:100%;background:#ff6b0a;position:absolute;top:0;left:0;box-sizing:border-box;animation:animloader 1.5s linear infinite}@keyframes animloader{0%{left:0;transform:translate(-100%)}to{left:100%;transform:translate(0)}}.hidden{display:none}
