:root{--gap: 24px;--side: 156px;--radius: 12px;--shadow: 0 8px 24px rgba(0, 0, 0, .08);--bg: #fff;--text: #2e2f42;--border: #e7e9fc}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);display:flex;justify-content:center;align-items:center;overflow:hidden}main{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;padding:24px 156px}.gallery{display:grid;grid-template-columns:repeat(3,360px);grid-auto-rows:200px;gap:var(--gap);justify-content:center;align-content:center}.gallery-item{width:360px;height:200px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);background:#fff}.gallery-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease,filter .25s ease}.gallery-link:hover .gallery-image,.gallery-link:focus-visible .gallery-image{transform:scale(1.03);filter:brightness(1.05)}.sl-overlay{background:#2e2f42cc!important}.feedback-form{max-width:408px;margin:0 auto;padding:24px;border-radius:8px;background-color:#fff;display:flex;flex-direction:column;row-gap:16px;box-shadow:0 2px 1px #2e2f4214,0 1px 1px #2e2f4229,0 1px 6px #2e2f4214;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:24px;letter-spacing:.04em;color:#2e2f42}.feedback-form label{display:flex;flex-direction:column;row-gap:8px;color:#2e2f42}.feedback-form input,.feedback-form textarea{width:360px;padding:8px 16px;border:1px solid #808080;border-radius:4px;background-color:#fff;color:#2e2f42;font:inherit;opacity:1;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.feedback-form input{height:40px}.feedback-form textarea{height:80px;resize:none}.feedback-form input:hover,.feedback-form textarea:hover{border-color:#000}.feedback-form input:focus-visible,.feedback-form textarea:focus-visible{border-color:#4d5ae5;box-shadow:0 0 0 1px #4d5ae54d}.feedback-form input::placeholder,.feedback-form textarea::placeholder{font:inherit;color:#2e2f42;opacity:.6}.feedback-form button{align-self:flex-start;padding:8px 16px;min-width:95px;min-height:40px;border:none;border-radius:8px;font:inherit;color:#fff;background-color:#4d5ae5;cursor:pointer;transition:background-color .25s ease,box-shadow .25s ease}.feedback-form button:hover,.feedback-form button:focus-visible{background-color:#6c8cff;box-shadow:0 4px 4px #00000026}.feedback-form button:active{background-color:#404bbf}@media (max-width: 1200px){.gallery{grid-template-columns:repeat(2,360px)}}@media (max-width: 780px){.gallery{grid-template-columns:1fr}}
