*,*:before,*:after{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,Montserrat,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;justify-content:center;align-items:center;min-width:100vw;min-height:100vh}main{flex-grow:1}main:has(.back-link){text-align:center}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}.form{display:flex;justify-content:center;gap:8px}.form button{font-family:Montserrat;background:#4e75ff;border-radius:8px;padding:8px 16px;max-width:91px;max-height:40px;border:none;font-weight:500;font-size:16px;line-height:150%;letter-spacing:.04em;color:#fff;text-align:center}.form input{min-width:272px;min-height:40px;border-radius:4px;border:1px solid #808080;font-family:Montserrat;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:gray;padding:8px 16px;outline:none}.form input:hover{border-color:#000}.form input:focus{border-color:#4e75ff}.form button:hover{background-color:#6c8cff}.loader{display:block;margin:20px auto 0;transform:rotate(45deg);perspective:1000px;border-radius:50%;width:60px;height:60px;color:#6c8cff}.loader:before,.loader:after{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s spin linear infinite}.loader:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}.hidden{display:none}.data-text{font-family:Montserrat;display:flex;flex-direction:column;align-items:center;font-weight:400;font-size:12px;line-height:200%;letter-spacing:.04em;color:#2e2f42}.bold{font-weight:600;font-size:12px;line-height:133%;letter-spacing:.04em;color:#2e2f42}.gallery{display:flex;flex-direction:row;flex-wrap:wrap;gap:72px 24px;width:1128px;margin:32px auto 36px}.gallery-image{width:100%;height:100%;object-fit:cover;box-sizing:border-box;border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #808080;border-top-left-radius:4px;border-top-right-radius:4px}.gallery-item:hover{transition:all .2s ease-in;transform:scale(1.04)}.gallery li{width:calc((100% - 48px) / 3);height:200px}.gallery-image-data{height:48px;bottom:120px;display:flex;justify-content:space-around;border-bottom:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #808080;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
