.images__wrapper{display:flex;flex-direction:column;gap:1rem;height:290px;width:31%}@media(max-width:600px){.images__wrapper{width:90%}}.images__wrapper .image__wrapper{align-items:center;background-color:#ccc6c6;cursor:pointer;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative}.images__wrapper .image__wrapper .skeleton-loader{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;height:100%;width:100%}.images__wrapper .image__wrapper img{height:100%;-o-object-fit:contain;object-fit:contain;width:auto}.images__wrapper .image__wrapper:hover{transform:scale(1.05)}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-link>.images__wrapper{width:100%}.gallety__menu--wrapper{display:flex;gap:1rem}.gallety__menu--wrapper .link{background-color:#ccc6c6;border:1px solid gray;border-radius:.5rem;color:#000;font-weight:500;padding:.5rem;text-decoration:unset}.gallety__menu--wrapper .link.router-link-active{background-color:#000;color:#fff}.gallery-header[data-v-a29e6333]{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem;text-align:center}
