.M-Gall_root{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:20px;width:100%}.M-Gall_container{width:100%}.M-Gall_item{border-radius:8px;overflow:hidden;position:relative}.M-Gall_link{cursor:pointer;overflow:hidden;position:relative}.M-Gall_img,.M-Gall_link{display:block;height:100%;width:100%}.M-Gall_img{aspect-ratio:4/3;object-fit:contain;transition:transform .3s ease}.M-Gall_link:hover .M-Gall_img{transform:scale(1.05)}.M-Gall_grid{display:grid;gap:80px;grid-template-columns:1fr}@media (max-width:767px){.M-Gall_img{margin:auto;width:70%}.M-Gall_grid{gap:1rem}}@media (min-width:768px){.M-Gall_grid{grid-template-columns:repeat(3,1fr)}.M-Gall_grid--4{grid-template-columns:repeat(2,1fr)}.M-Gall_grid--5,.M-Gall_grid--6{grid-template-columns:repeat(3,1fr)}}.M-Gall_slider-wrapper{overflow:hidden;position:relative;width:100%}.M-Gall_slider-track{display:flex;transition:transform .5s ease-in-out;width:100%}.M-Gall_slide{box-sizing:border-box;flex:0 0 100%;min-width:100%;padding:0 10px}@media (min-width:768px){.M-Gall_slide{flex:0 0 33.333%;min-width:33.333%}}.M-Gall_dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.M-Gall_dot{background-color:#ccc;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:background-color .3s;width:12px}.M-Gall_dot.active{background-color:#333}.M-Gall_dot:hover{background-color:#666}