.h_gallery_popup_box{position:fixed;left:0;right:0;bottom:0;top:0;width:100%;background:#00000075;display:flex;justify-content:center;align-items:center;z-index:99999999}
.h_gallery_popup_content{float:left;width:55%;display:grid;grid-template-columns:60% auto;gap:10px;justify-content:center;margin:auto;background:#fff;padding:10px;box-shadow:0 0 10px #00000033;border-radius:2px}
.h_gallery_popup_content_img_full > img{width:100%;float:left;}
.h_gallery_popup_content_img_list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;justify-content:center;align-items:center;float:left}
.h_gallery_popup_content_img_list img{max-width:100%}
.h_gallery_popup_title{float:left;width:100%;padding:15px 0}
.h_gallery_popup_content_img_list img{cursor:pointer;transition: all 0.3s;border: 2px solid white;}
.h_gallery_popup_content_img_list img.actived {border-color: red;}
.h_gallery_popup_content_img_list img:hover {opacity: 0.6;}
.h_gallery_popup_button{position:absolute;background:#0000006e;padding:10px;font-size:40px;color:#fff;cursor:pointer;transition:all .3s}
.h_gallery_popup_content_img_full{display:flex;justify-content:space-between;align-items:center;position:relative}
.h_gallery_popup_button_next{right:0}
.h_gallery_popup_button:hover{background:#00000094}