:root{--zero: 0;--xxs: 375px;--xs: 450px;--sm: 769px;--md: 980px;--lg: 1025px;--xl: 1100px;--2xl: 1280px;--3xl: 1440px;--4xl: 1920px}@media screen and (min-width: 980px){.md-max{display:none}}.gallery{padding:max(80px,min(12rem,120px)) 0;background:var(--peach)!important;overflow:hidden}@media screen and (max-width: 768px){.gallery{padding:max(80px,min(12rem,120px)) var(--margin)}}.gallery-inner,.gallery-header{margin:0 auto}.gallery-title{margin-bottom:40px}.gallery-items{position:relative;display:flex;gap:24px;margin:0 auto;padding-left:0}.gallery-item{position:relative;flex:0 0 auto;width:410px;border-radius:8px;box-shadow:0 4px 15px #2b252726;opacity:.15;overflow:hidden;transition:opacity .3s ease;aspect-ratio:1/1}.gallery-item.is-visible{opacity:1}.gallery-item picture{margin:0 auto;overflow:hidden;aspect-ratio:1/1}.gallery-item picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.gallery-item--peek{position:absolute;top:0;bottom:0;left:0;width:200px;aspect-ratio:auto;pointer-events:none}.gallery-item--peek picture{height:100%;aspect-ratio:auto}.gallery-zoom{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;cursor:pointer}.gallery-zoom-icon{position:absolute;right:16px;bottom:16px;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:var(--dark-pink);border-radius:50%;color:var(--white);pointer-events:none;transform:scale(1);transition:background .2s ease,transform .2s ease}.gallery-zoom-icon .icon{width:16px;height:16px}.gallery-zoom:hover .gallery-zoom-icon,.gallery-zoom:focus-visible .gallery-zoom-icon{background:var(--pink);transform:scale(1.15)}.gallery .controls{display:none;justify-content:center;align-items:center;gap:40px;margin-top:40px}@media screen and (min-width: 769px){.gallery .controls{gap:150px}}.gallery .controls.is-ready{display:flex}.gallery .controls svg,.gallery .controls .icon{pointer-events:none}.gallery .control{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;background:var(--dark-pink);border-radius:50%;color:var(--white);cursor:pointer}.gallery .control:hover{background:var(--pink)}.gallery .control .icon{width:16px;height:16px}.gallery .pagination{text-align:center;font-family:var(--font-primary);font-size:16px;font-weight:800;line-height:100%;color:var(--dark-pink)}.gallery-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:center;align-items:center}.gallery-popup[hidden]{display:none}.gallery-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background:rgba(255,255,255,.8);border:0;cursor:pointer}.gallery-popup-inner{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:80px 96px;pointer-events:none}@media screen and (max-width: 768px){.gallery-popup-inner{padding:48px 56px}}.gallery-popup-close{position:absolute;top:24px;right:24px;z-index:3;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:var(--dark-pink);border-radius:50%;color:var(--white);cursor:pointer;pointer-events:auto;transform:scale(1);transition:background .2s ease,transform .2s ease}.gallery-popup-close:hover,.gallery-popup-close:focus-visible{background:var(--pink);transform:scale(1.15)}.gallery-popup-close .icon{width:14px;height:14px;pointer-events:none}.gallery-popup-control{position:absolute;top:50%;z-index:3;display:flex;justify-content:center;align-items:center;width:48px;height:48px;background:var(--dark-pink);border-radius:50%;color:var(--white);cursor:pointer;pointer-events:auto;transform:translateY(-50%)}.gallery-popup-control:hover{background:var(--pink)}.gallery-popup-control--prev{left:24px}.gallery-popup-control--next{right:24px}.gallery-popup-control .icon{width:16px;height:16px;pointer-events:none}.gallery-popup-items{position:relative;display:flex;align-items:center;width:100%;height:100%;margin:0;padding:0;list-style:none}.gallery-popup-item{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;opacity:0;pointer-events:none}.gallery-popup-item.is-active{display:flex;opacity:1}.gallery-popup-item picture{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.gallery-popup-item img{width:auto;height:auto;max-width:100%;max-height:100%;pointer-events:auto}
