.box_gallery{position:relative}.box_gallery.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--box_gallery_gap_between_images);-webkit-box-pack:var(--box_gallery_horizontal_align);-ms-flex-pack:var(--box_gallery_horizontal_align);justify-content:var(--box_gallery_horizontal_align);-webkit-box-align:var(--box_gallery_vrtical_align);-ms-flex-align:var(--box_gallery_vrtical_align);align-items:var(--box_gallery_vrtical_align)}.box_gallery.grid.el_width_custom .swiper-slide{-webkit-box-flex:0;-ms-flex:0 0 calc((var(--box_gallery_width) / var(--box_gallery_images_in_row)) - var(--box_gallery_gap_between_images));flex:0 0 calc((var(--box_gallery_width) / var(--box_gallery_images_in_row)) - var(--box_gallery_gap_between_images));max-width:calc((var(--box_gallery_width) / var(--box_gallery_images_in_row)) - var(--box_gallery_gap_between_images))}.box_gallery.grid.el_width_auto .swiper-slide{-webkit-box-flex:1;-ms-flex:1 1 max-content;flex:1 1 max-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.box_gallery.grid.fixed_height .swiper-slide{height:var(--box_gallery_fixed_height)}.box_gallery.swiper .swiper-wrapper{-webkit-box-align:var(--box_gallery_vrtical_align);-ms-flex-align:var(--box_gallery_vrtical_align);align-items:var(--box_gallery_vrtical_align)}.box_gallery.swiper .swiper_wrap{opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.box_gallery.swiper .swiper_wrap.swiper-initialized{opacity:1}.box_gallery.swiper.fixed_height .swiper-slide{height:var(--box_gallery_fixed_height)}.box_gallery.popup_true .swiper-slide{cursor:pointer}.box_gallery.effect_bw_color .swiper-slide img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter 0.2s ease-in-out;transition:-webkit-filter 0.2s ease-in-out;transition:filter 0.2s ease-in-out;transition:filter 0.2s ease-in-out,-webkit-filter 0.2s ease-in-out}.box_gallery.effect_bw_color .swiper-slide:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.box_gallery.effect_zoom .swiper-slide{overflow:hidden}.box_gallery.effect_zoom .swiper-slide img{-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out}.box_gallery.effect_zoom .swiper-slide:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.box_gallery.effect_blur .swiper-slide img{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter 0.2s ease-in-out;transition:-webkit-filter 0.2s ease-in-out;transition:filter 0.2s ease-in-out;transition:filter 0.2s ease-in-out,-webkit-filter 0.2s ease-in-out}.box_gallery.effect_blur .swiper-slide:hover img{-webkit-filter:blur(0px);filter:blur(0px)}.box_gallery:has(.swiper-pagination){margin-bottom:60px;overflow:visible}.box_gallery:has(.swiper-pagination) .swiper-pagination{top:calc(100% + 20px);bottom:auto}.box_gallery .swiper-slide{min-width:var(--box_gallery_image_min_width)}.box_gallery .swiper-slide .img_wrap{aspect-ratio:var(--box_gallery_image_ratio);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box_gallery .swiper-slide .img_wrap.cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.box_gallery .swiper-slide .img_wrap img{display:block;max-height:100%;max-width:100%;width:auto;height:auto;-o-object-fit:var(--box_gallery_image_fit);object-fit:var(--box_gallery_image_fit)}.box_gallery .swiper-slide figcaption{text-align:var(--box_gallery_description_alignment);color:var(--box_gallery_description_color);background-color:var(--box_gallery_description_background_color);padding:var(--box_gallery_description_desktop_padding)}.mobile .box_gallery .swiper-slide figcaption{padding:var(--box_gallery_description_mobile_padding)}.box_gallery .swiper-slide figcaption.on_image{position:absolute;left:0;right:0}.box_gallery .swiper-slide figcaption.on_image.top{top:0}.box_gallery .swiper-slide figcaption.on_image.center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.box_gallery .swiper-slide figcaption.on_image.bottom{bottom:0}