.gallery{background-color:#f7f8fa;margin-top:-80px;padding-bottom:100px}.gallery .gallery_nav{display:flex;gap:10px;justify-content:flex-end;margin-bottom:24px}.gallery .gallery_btn{align-items:center;background-color:#2254ec;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;padding:0;transition:background-color .2s ease,color .2s ease,opacity .2s ease;width:48px}.gallery .gallery_btn:disabled{background-color:#eceef2;color:#98a2b3;cursor:default}.gallery .gallery_viewport{overflow:hidden}.gallery .gallery_track{display:flex;gap:20px;list-style:none;transition:transform .5s cubic-bezier(.22,1,.36,1)}.gallery .photo_item{aspect-ratio:4/3;background-color:#e4e7ec;border-radius:16px;box-shadow:0 2px 8px rgba(22,22,22,.04);flex:0 0 calc(33.33333% - 13.33333px);overflow:hidden}.gallery .photo_item img,.gallery .photo_item video{display:block;height:100%;object-fit:cover;width:100%}.gallery .photo_ph{align-items:center;background:linear-gradient(135deg,#eceef2,#dde1e8);color:#98a2b3;display:flex;font-size:15px;font-weight:500;height:100%;justify-content:center;width:100%}@media (max-width:1024px){.gallery{margin-top:-40px;padding-bottom:64px}.gallery .gallery_nav{margin-bottom:16px}.gallery .gallery_btn{height:40px;width:40px}.gallery .gallery_track{gap:12px}.gallery .photo_item{flex:0 0 100%}}