*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#212121;line-height:1.5}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{list-style:none;padding:0;margin:0}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}main{flex-grow:1}main:has(.back-link){text-align:center}.visually-hidden{visibility: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}.page{padding:20px 0}.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:1128px}}.nav{display:flex;justify-content:space-between}.nav-logo{display:inline-flex;align-items:center;justify-content:center}.nav-list{display:flex;align-items:center;justify-content:flex-end;gap:40px}.nav-item{font-size:25px}.nav-link{position:relative;display:block;font-weight:500;letter-spacing:.02em;transition:.2s ease-in}.nav-link:hover,.nav-link:focus{color:#747bff}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(100%);width:110%;height:4px;border-radius:4px;transform-origin:center;animation:stretch .4s cubic-bezier(.68,-.55,.27,1.55) .2s both}.nav-link.active:after{background:#747bff}.back-link{position:relative;display:inline-block;padding:4px 8px;margin-top:22px;margin-bottom:20px;border:1px solid;border-radius:8px}.back-link:before{content:"";position:absolute;top:50%;left:0;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");transition:.3s ease-in;transition-property:opacity;opacity:0;animation:slide .5s linear infinite alternate-reverse both;animation-play-state:paused}.back-link:hover:before{opacity:1;animation-play-state:running}@keyframes slide{0%{transform:translate(-140%) translateY(-50%)}to{transform:translate(-104%) translateY(-50%)}}@keyframes stretch{0%{opacity:0;transform:translate(-50%) translateY(100%) scale(.2)}to{opacity:1;transform:translate(-50%) translateY(100%) scale(1)}}:root{--timing-function: cubic-bezier(.4, 0, .2, 1);--animation-duration: .25s}.gallery{display:grid;max-width:1140px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-auto-rows:240px;grid-gap:12px;justify-content:center;margin-left:auto;margin-right:auto;list-style:none}.gallery__item{position:relative;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.gallery__image:hover{transform:scale(1.03)}.gallery__image{height:100%;width:100%;object-fit:cover;transition:transform var(--animation-duration) var(--timing-function)}.gallery__link{display:block;text-decoration:none;height:100%}.gallery__link:hover{cursor:zoom-in}.feedback-form{display:flex;flex-direction:column;text-align:left;max-width:480px;padding:12px;background-color:#fff;border:1px solid rgba(0,0,0,.12);border-radius:4px;color:gray}.feedback-form label{display:flex;flex-direction:column;margin-bottom:16px}.feedback-form button{display:inline-block;padding:8px 16px;align-self:flex-start;background-color:#4e75ff;border-radius:8px;min-width:95px;border:none;color:#fff}.feedback-form button:hover{background-color:#212121}input,textarea{padding:8px;font:inherit}textarea{resize:none}
