.gallery_wrapper{width:100%;margin-bottom:20px;overflow:hidden}.gallery_track{width:max-content;display:flex}.gallery_box{cursor:pointer;flex:none;width:100%;margin-right:16px;overflow:hidden}.gallery_box img{object-fit:cover;object-fit:cover;width:100%;height:300px;transition:all .5s}.gallery_box:hover img{opacity:.8;transition:all .5s;transform:scale(1.1)}.scroll_left{animation:40s linear infinite scrollLeft}.scroll_right{animation:40s linear infinite scrollRight}.gallery-row:hover .gallery_track{animation-play-state:paused}.gallery-row{margin-bottom:20px}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.gallery_grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gallery_grid__box img{object-fit:cover;width:100%;height:300px;transition:all .5s}.gallery_grid__box:hover img{opacity:.8;transition:all .5s;transform:scale(1.1)}.gallery_grid__box{overflow:hidden}.lightbox{z-index:999;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox .close img{width:34px}.lightbox_img{max-width:80%;max-height:80%}.close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:30px;position:absolute;top:20px;right:30px}.prev,.next{color:#fff;cursor:pointer;background:0 0;border:none;font-size:40px;position:absolute;top:50%;transform:translateY(-50%)}.prev{left:20px}.next{right:20px}.gallery_box iframe{object-fit:cover;width:100%;height:300px}@media (max-width:1200px){.gallery_box img{height:230px}}@media (max-width:992px){.gallery_grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery_grid{grid-template-columns:repeat(2,1fr)}.gallery_box img{height:120px}.gallery_box iframe{height:180px}}
