@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0}body{font-family:Montserrat,sans-serif}ul,li{list-style:none}.form{width:100%;display:flex;flex-direction:row;gap:8px;justify-content:center;font-family:inherit;font-weight:inherit;font-size:16px;line-height:1.5;letter-spacing:.04em}.form label{width:100%;max-width:272px;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit}.form input{width:100%;height:40px;font-family:inherit;font-weight:400;font-size:inherit;line-height:inherit;letter-spacing:inherit;border-color:gray;border-width:1px;border-radius:4px;padding-left:16px}.form input:hover{border-color:#000}.form input:focus{outline:none;border-color:#4e75ff}.form button{width:100%;max-width:91px;height:40px;font-family:inherit;font-weight:500;font-size:inherit;line-height:inherit;letter-spacing:inherit;background-color:#4e75ff;color:#fff;border:none;border-radius:8px}.form button:hover{background-color:#6c8cff;transition-property:background-color;transition-duration:.25s;transition-timing-function:cubic-bezier(.075,.82,.165,1)}.form button:disabled{background-color:gray;transition-property:background-color;transition-duration:.25s;transition-timing-function:cubic-bezier(.075,.82,.165,1)}main{width:100%;max-width:1440px;padding-top:36px;padding-left:156px;padding-right:156px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.gallery{display:flex;flex-wrap:wrap;gap:24px;padding:0;justify-content:center}.gallery-item{width:360px;height:200px}.gallery-item img{width:100%;height:152px}.gallery-subscript{display:flex;flex-direction:row;justify-content:space-around;padding:0}.subscript-item{display:flex;flex-direction:column;align-items:center}.subscript-item h2{font-weight:600;font-size:12px;line-height:1.33;letter-spacing:.04em}.subscript-item p{font-weight:400;font-size:12px;line-height:2;letter-spacing:.04em}.hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.loader{width:64px;height:64px;position:relative;background:#fff;border-radius:4px;overflow:hidden}.loader:before{content:"";position:absolute;left:0;bottom:0;width:40px;height:40px;transform:rotate(45deg) translate(30%,40%);background:#ff9371;box-shadow:32px -34px 0 5px #ff3d00;animation:slide 2s infinite ease-in-out alternate}.loader:after{content:"";position:absolute;left:10px;top:10px;width:16px;height:16px;border-radius:50%;background:#ff3d00;transform:rotate(0);transform-origin:35px 145px;animation:rotate 2s infinite ease-in-out}@keyframes slide{0%,to{bottom:-35px}25%,75%{bottom:-2px}20%,80%{bottom:2px}}@keyframes rotate{0%{transform:rotate(-15deg)}25%,75%{transform:rotate(0)}to{transform:rotate(25deg)}}
