.loader{width:8px;height:40px;border-radius:4px;display:block;margin:20px auto;position:relative;background:currentColor;color:#04f;box-sizing:border-box;animation:animloader .8s .8s linear infinite alternate}.loader:after,.loader:before{content:"";width:8px;height:40px;border-radius:4px;background:currentColor;position:absolute;top:50%;transform:translateY(-50%);left:20px;box-sizing:border-box;animation:animloader .8s .65s linear infinite alternate}.loader:before{left:-20px;animation-delay:0s}@keyframes animloader{0%{height:48px}to{height:4px}}.is-hidden{display:none}.form{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:32px}.input{box-sizing:border-box;border-radius:4px;border:1px solid;width:272px;max-height:40px;padding-top:8px;padding-bottom:8px;padding-left:16px;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#2e2f42}.input:hover{border:2px solid}.input:focus{border:2px solid #4e75ff;outline:none}.button{border-radius:8px;border-style:none;padding:8px 16px;width:91px;height:40px;margin:0;background:#4e75ff;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff}.button:hover{background:#6c8cff}.gallery{list-style:none;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:0}.gallery-item{border:1px solid #808080;max-width:360px;max-height:200px;overflow:hidden;box-sizing:border-box}.gallery-image{transition:transform .2s ease;display:block;width:360px;height:152px;object-fit:cover}.gallery-image:hover{transform:scale(1.05)}.modal-image{width:1112px;height:640px}.info{display:flex;flex-direction:row;justify-content:space-around;text-align:center;padding:0}.title-text{font-weight:600;font-size:12px;line-height:1.33333;letter-spacing:.04em;color:#2e2f42}.text{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;margin:0;font-family:Montserrat,sans-serif;font-weight:400;font-size:12px;line-height:2;letter-spacing:.04em;color:#2e2f42;height:48px}.load-more{border-radius:8px;border-style:none;padding:8px 16px;width:125px;height:40px;background:#4e75ff;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;display:block;margin:32px auto}.load-more:hover{background:#6c8cff}.is-hidden-btn{display:none}
