.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));row-gap:24px;column-gap:24px;list-style:none;padding:0}.gallery-item{border:1px solid #ddd;border-radius:8px;overflow:hidden;width:200px;width:360px}.gallery-item img{width:100%;height:152px;display:block}.info{padding:8px;font-size:14px;display:flex;flex-direction:row;gap:28px;text-align:center}.form{display:flex;justify-content:center;align-items:center;width:371px;height:40px;margin:0 auto;gap:24px}.form input[type=text]{width:272px;height:40px;color:#000;border:1px solid #808080;padding:6px 8px;border-radius:8px}.form input[type=text]:hover{border:2px solid black;border-radius:8px}.form input[type=text]:focus{color:#4e75ff;border:3px solid #4E75FF;border:2px solid #4E75FF;border-radius:8px;outline:none}.form button{width:91px;height:40px;border-radius:8px;padding:8px 16px;background-color:#4e75ff;border:none;cursor:pointer;color:#fff}.form button:hover{background-color:#6c8cff}.is-hidden{display:none!important}.loader{display:inline-block;width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite;position:fixed;top:20px;right:20px;z-index:1000}@keyframes spin{to{transform:rotate(360deg)}}
