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}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}ul,ol{list-style-type:none}img{display:block}.form{display:flex;justify-content:center;align-items:center;margin-top:36px;gap:8px}.form input[type=text]{border:1px solid #808080;border-radius:4px;width:272px;height:40px;padding:0 16px;font-size:16px;transition:border-color .3s ease-in-out}.form input[type=text]:hover{border-color:#000}.form input[type=text]:focus{border-color:#305bf8;outline:none}.form button[type=submit]{cursor:pointer;border:none;border-radius:8px;width:91px;height:40px;background-color:#0f2985;font-weight:500;font-size:16px;letter-spacing:.04em;color:#fff;transition:background-color .3s ease-in-out}.form button[type=submit]:hover,.form button[type=submit]:focus{background-color:#122568}.gallery{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-top:32px}.gallery-image{width:360px;height:200px}.gallery-item{border:1px solid #4b4242}.list-description{display:flex;padding:4px 25px 4px 20px;justify-content:space-between}.item-description{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.loader{display:block;position:relative;height:32px;width:120px;border-bottom:5px solid #fff;box-sizing:border-box;animation:balancing 2s linear infinite alternate;transform-origin:50% 100%}.loader:before{content:"";position:absolute;left:0;bottom:0;width:26px;height:26px;border-radius:50%;background:#009dff;animation:ballbns 2s linear infinite alternate}.loader:after{content:"";position:absolute;left:50%;bottom:0;height:20px;width:20px;transform:translate(-50%,100%);border-radius:50%;border:6px solid #fff}@keyframes ballbns{0%{left:0;transform:translate(0)}to{left:100%;transform:translate(-100%)}}@keyframes balancing{0%{transform:rotate(-15deg)}50%{transform:rotate(0)}to{transform:rotate(15deg)}}.is-hidden{display:none!important}.box-loader{display:flex;justify-content:center;align-items:center;margin-top:20px}
