.b-gallery{padding-bottom:60px}.b-gallery__text{font-size:18px;line-height:1.6;margin:0 calc((100% - 45vw * 2 - 10px) / 2) 20px}.b-gallery__container{display:grid;grid-template-columns:repeat(auto-fill, 45vw);grid-auto-rows:auto;grid-auto-flow:row dense;justify-content:center;gap:10px;padding:10px}.b-gallery__item img{width:100%;height:100%;object-fit:cover;transition:all .3s ease;position:absolute}.b-gallery__item{display:flex;flex-direction:column;position:relative;width:45vw;height:45vw;cursor:pointer}.b-gallery__item::after{content:" ";width:100%;height:100%;position:absolute;transition:all .3s ease;top:0;left:0}.b-gallery__item.hovered::after{content:" ";z-index:1;background-color:rgba(255,255,255,.7)}.b-gallery__item.no-items::after{content:""}.b-gallery__item h3,.b-gallery__item p{opacity:0;z-index:2;margin:0;margin-left:9.2%;margin-right:4.64%;color:#000;transition:all .3s ease;word-break:break-word;font-style:normal}.b-gallery__item.hovered h3,.b-gallery__item.hovered p{opacity:1}.b-gallery__item h3{font-size:16px;font-weight:500;line-height:normal;margin-top:11.6%}.b-gallery__item p{font-size:14px;margin-top:24px;font-weight:300;line-height:24px}.b-gallery__item.width_2{width:calc(45vw * 2 + 10px);grid-column:span 2}.b-gallery__item.height_2{height:calc(45vw * 2 + 10px);grid-row:span 2}.b-gallery__load-btn{display:flex;justify-content:center;margin-top:20px}.b-gallery__load-btn.disabled{display:none}.b-gallery__load-btn .b-button.loading{cursor:default;position:relative;color:#fff;background-color:#fff}.b-gallery__load-btn svg{position:absolute;transform:scale(0);opacity:0;height:56px;padding:10px 0 10px;width:100%;top:0;left:0;transition:opacity .3s}.b-gallery__load-btn .b-button.loading:hover{color:#fff;background-color:#fff}.b-gallery__load-btn .b-button.loading svg{display:initial;transform:scale(1);opacity:1;animation:load-button-animation 1s linear infinite}@keyframes load-button-animation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.b-gallery__popup-form{display:flex;justify-content:center;align-items:center;padding:20px 5px;transition:all .3s linear;overflow:hidden;width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,.8);top:0;left:0;z-index:25}.b-gallery__popup-picture{object-fit:contain;max-width:100%;max-height:100%}.b-gallery__popup-form.deactive{transform:scale(0);left:-100%;opacity:0}.b-gallery__close-icon{position:fixed;right:20px;top:20px;width:40px;height:40px;stroke:#fff;cursor:pointer;transition:all .3s ease;padding:10px;z-index:3}.b-gallery__close-icon:hover{opacity:50%}.b-gallery__arrow{height:100%;opacity:1;width:50px;fill:#fff;position:fixed;display:flex;flex-direction:column;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.b-gallery__arrow:hover{opacity:50%}.b-gallery__arrow--right{right:0}.b-gallery__arrow--left{left:0}.b-gallery__images-swiper{height:100%;width:100%;position:relative}.b-gallery__wrapper{display:flex;height:100%}.b-gallery__popup-image-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0}@media print,screen and (min-width: 48em){.b-gallery__text{font-size:28px;margin:0 calc((100% - 30vw * 3 - 15px * 2) / 2) 25px}.b-gallery__container{grid-template-columns:repeat(auto-fill, 30vw);gap:15px}.b-gallery__item{width:30vw;height:30vw}.b-gallery__item h3{font-size:25px}.b-gallery__item p{font-size:18px}.b-gallery__item.width_2{width:calc(30vw * 2 + 15px)}.b-gallery__item.height_2{height:calc(30vw * 2 + 15px)}.b-gallery__popup-form{padding:50px 15px}.b-gallery__arrow{width:100px}}@media screen and (min-width: 80em){.b-gallery__container{grid-template-columns:repeat(auto-fill, 18vw);gap:20px}.b-gallery__item{width:18vw;height:18vw}.b-gallery__text{margin:0 calc((100% - 18vw * 5 - 20px * 4) / 2) 30px}.b-gallery__item.width_2{width:calc(18vw * 2 + 20px)}.b-gallery__item.height_2{height:calc(18vw * 2 + 20px)}.b-gallery__arrow{width:250px}.b-gallery__arrow--left{padding-right:150px}.b-gallery__arrow--right{padding-left:150px}}
