.gallery_columns{display:grid;grid-template-columns:1fr;gap:24px}.gallery_columns .gallery-item{width:100%;background:#000;border-radius:16px;position:relative;margin-bottom:24px;display:flex;justify-content:center;overflow:hidden;cursor:none}.gallery_columns .gallery-item:last-child{margin-bottom:0}.gallery_columns .gallery-item img{border-radius:16px;width:100%;transition:all 375ms}.gallery_columns .gallery-item__caption{padding:24px;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 50%);border-radius:0 0 16px 16px;transition:all 375ms}.gallery_columns .gallery-item__caption p{color:#fff;margin:0}.gallery_columns .gallery-item:hover .gallery-item__caption{visibility:visible;opacity:1}.gallery_columns .gallery-item:hover img{transform:scale(1.03)}body:has(#gallery-modal.__show),html:has(#gallery-modal.__show){overflow:hidden}#gallery-modal{display:block;visibility:hidden;opacity:0;height:0;transition:all 375ms;position:fixed;z-index:-1;left:0;right:0;top:0;bottom:0;width:100vw;background:rgba(37,37,39,.8);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:48px;overflow-x:hidden;overflow-y:scroll}#gallery-modal.__show{visibility:visible;opacity:1;height:100vh;min-height:100vh;z-index:300}#gallery-modal .gallery-main{padding-bottom:0}#gallery-modal .gallery-main .gallery-item{cursor:none}#gallery-modal .gallery-main .gallery-item_wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column}#gallery-modal .gallery-main .gallery-item_wrapper .image-wrapper{height:auto;flex:1 0 0;display:flex;align-items:center}#gallery-modal .gallery-main .gallery-item_wrapper .image-wrapper img{border-radius:16px;width:100%;max-width:80vw}#gallery-modal .gallery-main .gallery-item_wrapper .image-wrapper.__rectangle{max-width:650px;width:100%}#gallery-modal .gallery-main .gallery-item p{padding-top:12px;font-size:14px;color:#fff;margin:0 auto;max-width:650px;text-align:center}#gallery-modal .gallery-main .slick-prev{left:-40px;top:56.5%}#gallery-modal .gallery-main .slick-next{right:-40px;top:56.5%}#gallery-modal .gallery-nav{max-width:600px}#gallery-modal .gallery-nav .gallery-item{background-color:#000;border:1px solid #555556}#gallery-modal .gallery-nav .gallery-item img{-o-object-fit:contain;object-fit:contain;height:100%;width:100%}#gallery-modal .gallery-nav .slick-next,#gallery-modal .gallery-nav .slick-prev{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:0;border:none;background:0 0;font-size:1px;letter-spacing:-1px;color:transparent;padding:0;cursor:pointer;z-index:2}#gallery-modal .gallery-nav .slick-next:before,#gallery-modal .gallery-nav .slick-prev:before{font-family:pepolska,sans-serif;font-size:24px;letter-spacing:unset;color:#fff;opacity:.5}#gallery-modal .gallery-nav .slick-next.slick-disabled,#gallery-modal .gallery-nav .slick-prev.slick-disabled{cursor:unset}#gallery-modal .gallery-nav .slick-next.slick-disabled:before,#gallery-modal .gallery-nav .slick-prev.slick-disabled:before{opacity:.15}#gallery-modal .gallery-nav .slick-prev{left:-28px}#gallery-modal .gallery-nav .slick-prev:before{content:"\e901"}#gallery-modal .gallery-nav .slick-next{right:-28px}#gallery-modal .gallery-nav .slick-next:before{content:"\e902"}#gallery-modal .gallery-nav .slick-slide.slick-current .gallery-item{border:1px solid #b0b0b0}