.photogalleryblock{padding-top:6em;padding-bottom:6em}.photogalleryblock__header{max-width:860px;margin-bottom:2.5rem}.photogalleryblock__header .p-title{margin-top:1rem}.photogalleryblock__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px}.photogalleryblock__item{margin:0;overflow:hidden;border-radius:8px;background:#f5f7f8}.photogalleryblock__item a{display:block}.photogalleryblock__item img{display:block;width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease}.photogalleryblock__item a:hover img{transform:scale(1.04)}.photogalleryblock__item figcaption{padding:.75rem 1rem;color:#325967;font-size:16px;line-height:1.35}@media screen and (max-width: 920px){.photogalleryblock{padding-top:3em;padding-bottom:3em}.photogalleryblock__grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}}@media screen and (max-width: 600px){.photogalleryblock__grid{grid-template-columns:1fr}}