:root{--breakpoint-xxl:1920px;--breakpoint-sxl:1600px;--breakpoint-xl:1440px;--breakpoint-lg:1280px;--breakpoint-md:1024px;--breakpoint-md-s:992px;--breakpoint-sm:768px;--breakpoint-xs:512px;--breakpoint-xxs:390px;--breakpoint-xxxs:375px}.gallery{overflow:hidden;position:relative}.gallery__block{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;max-width:620px;padding:25px 15px;position:relative}@media(min-width:768px){.gallery__block{max-width:1230px}}@media(min-width:1024px){.gallery__block{padding:50px 15px}}@media(min-width:1280px){.gallery__block{justify-content:flex-start}}.gallery__block:before{background:var(--sk-color-white);content:"";height:100%;left:50%;max-width:620px;position:absolute;top:0;transform:translateX(-50%);width:100%}@media(min-width:1024px){.gallery__block:before{max-width:790px}}.gallery__item{aspect-ratio:1.425/1;height:auto;overflow:hidden;position:relative;width:100%}.gallery__item:before{background:var(--sk-color-blue);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.4s;transition-timing-function:ease-in-out;width:100%}@media(min-width:768px){.gallery__item{aspect-ratio:auto;height:200px;width:285px}}@media(min-width:1024px){.gallery__item:hover:before{cursor:pointer;opacity:.75}.gallery__item:hover button{opacity:1}}.gallery__item.active{transform:none!important}.gallery .modal-open{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--sk-color-salmon);border:none;border-radius:50%;cursor:pointer;height:50px;left:calc(50% - 25px);opacity:0;pointer-events:none;position:absolute;top:calc(50% - 25px);transition:.4s;transition-timing-function:ease-in-out;width:50px}.gallery .modal-open span{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.gallery .modal-open span:after,.gallery .modal-open span:before{background-color:var(--sk-color-white);border-radius:10px;content:" ";height:25px;position:absolute;transition:background-color .4s ease;width:3px}.gallery .modal-open span:after{transform:rotate(-90deg)}.gallery__modal,.gallery__modal .modal__container,.gallery__modal .modal__content,.gallery__modal .modal__wrapper{height:100%;width:100%}.gallery__modal .modal__close{display:none}.gallery__modal img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery__modal.modal .modal__close{display:block}.gallery__modal.modal .modal__wrapper{height:80vh;max-height:800px;max-width:1000px;width:90%}

/*# sourceMappingURL=gallery.css.map*/