.feedback-form{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;margin-top:50px}.feedback-form label{display:flex;flex-direction:column;width:360px;gap:5px;font-size:16px;color:gray}.feedback-form input,textarea:hover{color:#000;transition:color .3s ease}.feedback-form input{display:flex;flex-direction:column;gap:5px;border-radius:4px;height:40px;color:gray}.feedback-form textarea{border-radius:4px;height:80px;resize:none;color:gray}.feedback-form button{width:95px;height:40px;border-radius:4px;background-color:#4e75ff;color:#fff;font-size:16px;border:none;cursor:pointer}.feedback-form button:hover{background-color:#6c8cff;transition:background-color .3s ease}.back-link{position:relative;display:inline-block;padding:4px 8px;margin-top:32px;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}
