.photo-gallery-container{margin:50px 0}.photo-gallery-images-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;height:100%;width:100%}.photo-gallery-image{aspect-ratio:1;height:100%;overflow:hidden;border-radius:10px}.photo-gallery-image img{width:100%;height:100%;object-fit:cover}.gallery-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.gallery-popup-content{max-width:1000px;max-height:90%;position:relative;overflow:hidden;border-radius:5px}.gallery-popup img{width:100%;height:100%;border-radius:5px}.gallery-popup-close{position:fixed;top:0;right:0;width:40px;height:40px;background-color:#272727;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.gallery-popup-close span{display:inline-block;width:50%;height:50%;background:url(/build/assets/x-icon-Ctd2JGfx.svg) no-repeat center;filter:brightness(200%) contrast(0%)}.gallery-popup-close:hover span{filter:brightness(200%) contrast(100%)}div.prev,div.next{position:fixed;top:0;width:40px;height:40px;background-color:#272727;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}div.prev span,div.next span{color:#aaa}div.prev{right:100px}div.prev:hover span{color:#fff}div.next{right:50px}div.next:hover span{color:#fff}.gallery-play-btn{position:fixed;top:0;right:150px;width:40px;height:40px;background-color:#272727;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.gallery-play-btn:hover span{filter:brightness(200%) contrast(100%)}.gallery-play-btn span{display:inline-block;width:50%;height:50%}.gallery-play-btn span.play{background:url(/build/assets/gallery-play-C3XiMhy6.svg) no-repeat center}.gallery-play-btn span.stop{background:url(/build/assets/gallery-stop-BofqfZFt.svg) no-repeat center}div.play:hover{background:#000000b3}.synevo-gallerys-text-container{width:46%;display:flex;flex-direction:column;justify-content:center}.synevo-gallerys-title{font-size:20px;font-weight:600;color:var(--dark-color)}.synevo-gallerys-text{font-size:14px;font-weight:400;font-family:Poppins,sans-serif;color:var(--dark-color);margin:35px 0 52px}.synevo-gallerys-list-title{font-size:16px;font-weight:600;line-height:1.33;color:var(--dark-color);margin:40px 0 25px}.synevo-gallerys-list-container{display:flex;flex-direction:row;align-items:center;gap:30px;width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:10px}.synevo-gallerys-list-image{width:170px;height:147px;position:relative;border-radius:10px;overflow:hidden;flex-shrink:0}.synevo-gallerys-list-image img{width:100%;height:100%;object-fit:cover}.synevo-gallerys-list-image .synevo-gallerys-list-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;background:url(/public/assets/icons/play-gallery-blue-icon.svg) no-repeat center}@media screen and (max-width: 1000px){.photo-gallery-images-container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;max-height:unset}}@media screen and (max-width: 500px){.photo-gallery-images-container{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
