.module-gallery .module-gallery__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;100% max-width:100%;justify-content:flex-start}.module-gallery__category{margin-top:30px;padding-top:60px;border-top:1px solid #ccc}.module-gallery__category:first-child{margin-top:0;padding-top:0;border-top:0}.module-gallery__item{max-width:100%;margin-bottom:50px}.module-gallery__item__inner{background:#000;position:relative}.module-gallery__item h3{margin:0 0 10px 0}.module-gallery__item:last-child{margin-bottom:0}.module-gallery__item a,.module-gallery__item a *{text-decoration:none;color:#fff}.module-gallery__item a .module-gallery__link{text-decoration:none}.module-gallery__item a .module-gallery__link:hover. .module-gallery__item a .module-gallery__link:focus{text-decoration:underline}.module-gallery__item a:hover .module-gallery__link,.module-gallery__item a:focus .module-gallery__link{text-decoration:underline}.module-gallery__item__download{position:absolute;left:50%;left:calc(50% - 25px);top:-25px;width:50px;height:50px;border-radius:50%;background:#ffd200;display:flex;align-items:center;z-index:20;justify-content:center;transition:all .5s ease}.module-gallery__item__download:hover{background:#eee;opacity:1}.module-gallery__item__download svg{width:25px;height:25px}.module-gallery__item__download svg path,.module-gallery__item__download polygon,.module-gallery__item__download rect{fill:#000}.module-gallery__item__download circle{stroke:#000;stroke-width:1}.module-gallery__image{height:0;padding:0 0 67% 0;overflow:hidden;position:relative;width:100%}.module-gallery__image .module-gallery__image__inner{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-size:cover;background-position:center;transition:all 2s ease;transform:scale(1.0)}.module-gallery__image__title{background:#ffd200;font-size:16px;font-weight:400;line-height:1.3em;padding:10px;color:#000 !important;text-align:center;width:100%;height:auto;z-index:4}@media(min-width:768px){.module-gallery__image__title{min-height:40px;font-size:16px;padding:10px}}.module-gallery__item:hover .module-gallery__image__inner,.module-gallery__item:focus .module-gallery__image__inner{transform:scale(1.1)}.module-gallery__text{padding:20px;background:#000;display:flex;min-height:60px;align-items:center;text-align:center;width:100%;justify-content:center}