.gallery{padding:40px 128px 50px;background-color:#191c1f;width:100%}.gallery__header{flex-direction:column;align-items:center;display:flex}.gallery__categories{justify-content:space-between;margin-bottom:34px;gap:80px;align-items:center;display:flex}.gallery__category{font-size:25px;font-weight:700;transition:.3s;text-transform:uppercase;border-bottom:2px solid #d31914;opacity:.4;letter-spacing:1.25px;cursor:pointer;line-height:40px;font-family:DINProCond-bold}.gallery__category--active{opacity:1}.gallery__list{flex-direction:column;margin:0 auto}.gallery__container,.gallery__list{justify-content:space-between;width:100%;display:flex}.gallery__container{gap:30px;align-items:center}.gallery__column{justify-content:space-between;flex-direction:column;gap:30px;display:flex}.gallery__column--bottom-right,.gallery__column--top-left{width:70%}.gallery__column--bottom-left,.gallery__column--top-right{width:30%}.gallery__image{transition:.3s;background-size:cover;opacity:.8;background-position:50%;cursor:pointer;width:100%;background-repeat:no-repeat}.gallery__image--popup{height:100vh!important;transition:.5s;position:fixed;background-size:contain;opacity:1;top:0;background-color:rgba(0,0,0,.9);margin:0!important;left:0;width:100vw;z-index:999}.gallery__image:hover{opacity:1}.gallery__image--bottom-right-bottom,.gallery__image--bottom-right-top,.gallery__image--top-left-bottom,.gallery__image--top-left-top{height:40vw}.gallery__image--bottom-left-top,.gallery__image--top-right-top{height:30vw}.gallery__image--bottom-left-bottom,.gallery__image--top-right-bottom{height:50vw}.gallery__chunks{justify-content:flex-start;flex-direction:column;gap:30px;margin-top:30px;display:flex}.gallery__more--hidden .gallery__chunks{display:none}.gallery__button{text-align:center;margin-top:45px}@media (max-width:1200px){.gallery{padding:40px 0}}@media (max-width:992px){.gallery{padding:0}.gallery__categories{gap:60px}.gallery__chunks,.gallery__column,.gallery__container{gap:24px}.gallery__chunks{margin-top:24px}}@media (max-width:768px){.gallery__categories{gap:40px}.gallery__chunks,.gallery__column,.gallery__container{gap:8px}.gallery__chunks{margin-top:8px}}