*{box-sizing:border-box}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;flex-direction:row;gap:8px;width:371px;height:40px;margin:36px auto}.form input{width:272px;height:40px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:gray;padding-left:16px}.form button{border-radius:8px;padding:8px 16px;width:91px;height:40px;background:#4e75ff;font-family:Montserrat,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;border:none}.form button:focus,.form button:hover{background:#6c8cff}.gallery{width:1128px;display:flex;flex-direction:row;gap:24px;flex-wrap:wrap;margin:0 auto}.gallery-item{display:flex;width:360px;height:200px;position:relative}.gallery-link{position:absolute;width:360px;height:200px;z-index:2}.image-item{width:100%;height:100%}.text-item{position:absolute;display:flex;flex-direction:row;border-bottom:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #808080;width:360px;height:48px;z-index:3;bottom:0;background:#fff;justify-content:space-evenly}.loader{display:flex;width:90px;height:90px;margin-top:20%;margin-left:45%;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader:before,.loader:after{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}.loader:after{transform:rotate3d(90,90,0,180deg);border-color:#ff3d00}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}
