.gallery-page{background:#fff;border:1px solid #e0e3e7;padding:20px 15px 34px}.gallery-page-head{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid #d9dde2;margin-bottom:24px}.gallery-page-head h2{font-size:18px;text-transform:uppercase;margin:0;padding:0 0 11px;border-bottom:2px solid #0876c9;color:#111827}.gallery-page-head nav{padding-bottom:11px;font-size:10px}.gallery-page-head nav a{color:#0876c9}.gallery-page-head nav i{margin:0 9px;color:#aaa}.gallery-description{max-width:1000px;margin:0 auto 30px;line-height:1.75;color:#303744}.gallery-photo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px 28px}.gallery-photo-grid a{height:150px;border:1px solid #d9dde2;border-radius:5px;padding:4px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;transition:.2s}.gallery-photo-grid a:hover{border-color:#0876c9;box-shadow:0 7px 18px rgba(8,118,201,.14);transform:translateY(-2px)}.gallery-photo-grid img{width:100%;height:100%;object-fit:contain}@media(max-width:1100px){.gallery-photo-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.gallery-page{padding:16px 12px}.gallery-page-head{display:block}.gallery-page-head h2{font-size:16px;line-height:1.45}.gallery-page-head nav{display:none}.gallery-photo-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gallery-photo-grid a{height:170px}.gallery-description{margin-bottom:20px}}
