.big-img-container{position:absolute;width:100%;height:100%;background-color:#fff;pointer-events:none;top:0;left:0;clip-path:inset(10px 20px 30px 40px)}
.zoom-img-container{position:absolute;box-shadow:0 9px 14px 0 rgba(35,35,35,0.14);background-color:#fff;background-repeat:no-repeat}
#bigimage .owl-item.active{cursor:pointer;filter:drop-shadow(0 9px 14px rgba(35,35,35,0.14))}
.popup-gallery{position:fixed;display:flex;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0.9);width:100%;height:100%;top:0;left:0;right:100%;bottom:100%;z-index:1020}
.popup-gallery-close,.popup-gallery-prev,.popup-gallery-next{position:absolute;width:48px;height:48px;cursor:pointer;opacity:.6}
.popup-gallery-close:after,.popup-gallery-prev:after,.popup-gallery-next:after{position:absolute;width:100%;height:100%;top:0;left:0}
.popup-gallery-close:hover,.popup-gallery-prev:hover,.popup-gallery-next:hover{opacity:1}
.popup-gallery-close{top:16px;right:16px}
.popup-gallery-prev{top:calc(50% - 79px);left:16px}
.popup-gallery-next{top:calc(50% - 79px);right:16px}
.popup-gallery-big-stage{position:relative;flex-grow:1;background-color:#fff;margin:40px 0;width:calc(100vh - 80px - 79px);overflow:hidden;transition:all .5s ease-out}
.popup-gallery-big-stage-image{left:0;top:0;position:absolute;padding:24px;width:100%;height:100%;background-size:contain;background-position:center center;background-repeat:no-repeat;transition:left .15s ease-in-out;cursor:zoom-in}
.popup-gallery-big-stage--zoomed{width:calc(100% - 176px);margin-top:16px;margin-bottom:16px}
.popup-gallery-big-stage--zoomed .popup-gallery-big-stage-image{cursor:zoom-out}
.popup-gallery-big-stage--zoom-disabled .popup-gallery-big-stage-image{cursor:default}
.popup-gallery-thumbnails{display:flex;margin-bottom:16px;transition:transform .15s ease-in-out}
.popup-gallery-thumbnail{background-color:#fff;box-shadow:0 9px 14px 0 rgba(35,35,35,0.14);width:64px;height:64px;position:relative;cursor:pointer;user-select:none}
.popup-gallery-thumbnail:not(:last-child){margin-right:15px}
.popup-gallery-thumbnail-dimmer{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.4);transition:background-color .15s ease-in-out}
.popup-gallery-thumbnail--active .popup-gallery-thumbnail-dimmer{display:none}
.popup-gallery-thumbnail:hover .popup-gallery-thumbnail-dimmer{background-color:rgba(0,0,0,0.2)}
.popup-gallery-interactivity-disabled{pointer-events:none}
@media all and (max-width:992px){.popup-gallery-close{top:16px;right:15px}
.popup-gallery-prev,.popup-gallery-next{opacity:1;z-index:10;background-color:#666}
.popup-gallery-prev{left:0}
.popup-gallery-next{right:0}
.popup-gallery-big-stage{margin:78px 0;width:calc(100% - 78px)}
}
@media all and (max-width:767.8px){.popup-gallery-big-stage{margin:90px 0;width:calc(100% - 30px)}
}
@media(orientation:landscape) and (max-width:991.8px){.popup-gallery-big-stage{margin:24px 0 56px;transform:translate(0,40px)}
.popup-gallery-prev,.popup-gallery-next{transform:translate(0,40px)}
}