.scroll-top{position:fixed;right:40px;bottom:40px;justify-content:center;align-items:center;width:40px;height:40px;border-radius:4px;background:#2196f3;-webkit-animation:fadeIn .3s;animation:fadeIn .3s;transition:opacity .4s;opacity:.75;cursor:pointer;z-index:9999}.scroll-top:hover{opacity:1}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:.75}}@keyframes fadeIn{0%{opacity:0}to{opacity:.75}}.photo-gallery h1{margin-bottom:8px}.photo-gallery p{margin-bottom:16px}.photo-gallery__section{background:red}.photo-gallery__item{cursor:pointer}.photo-gallery .lazy-load-image-loaded{margin:2px}.photo-filter{display:flex;flex-wrap:wrap;margin:0 0 16px;padding:0;list-style:none}.photo-filter__tag{margin-right:8px;margin-bottom:8px;padding:0 12px;transition:.3s;border-radius:16px;background:#b2dbfb;color:#3c4043;font-size:14px;line-height:32px;cursor:pointer}.photo-filter__tag:hover{background:#51adf6;color:#fff}.photo-filter__tag.active{background:#2196f3;color:#fff}.photo-filter__tag--reset{background:#fb3640;color:#fff}.photo-filter__tag--reset:hover{background:#fc6870;color:#fff}