.gallery-slider{position:relative;display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;padding:0;background-color:#fcfcfc;width:100%;overflow:visible}.gallery-slider__main-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;max-width:1280px;margin:0 auto;padding:20px;gap:0}.gallery-slider__main-photo{position:relative;flex:1;width:100%;height:600px;overflow:clip;border-radius:5px;background-color:#fff;display:flex;align-items:center;justify-content:center}.gallery-slider__main-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:none;opacity:0;transition:opacity .3s}.gallery-slider__main-image.is-active{display:block;opacity:1}.gallery-slider__navigation-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;width:100%;max-width:1240px;margin:0 auto;padding:20px 20px 40px;background-color:#fcfcfc;position:relative}.gallery-slider__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid #5c5e62;background-color:transparent;color:#5c5e62;cursor:pointer;transition:.3s;flex-shrink:0;padding:0}.gallery-slider__arrow:active{transform:scale(.95)}.gallery-slider__arrow svg{width:20px;height:20px;stroke-linecap:round;stroke-linejoin:round}.gallery-slider__thumbnails{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex:1;overflow-x:auto;overflow-y:hidden;padding:0;margin:0 auto;max-width:calc(100% - 80px);width:100%}.gallery-slider__thumbnail{position:relative;width:120px;height:120px;border-radius:5px;border:2px solid transparent;background-color:#eaeaea;padding:0;cursor:pointer;flex-shrink:0;overflow:hidden;transition:.3s}.gallery-slider__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:.3;transition:opacity .3s}.gallery-slider__thumbnail:not(.is-active){opacity:.3}.gallery-slider__thumbnail:not(.is-active) img{opacity:1}.gallery-slider__thumbnail.is-active{border-color:#68da13;opacity:1}.gallery-slider__thumbnail.is-active img{opacity:1}.gallery-slider__bottom-border{width:100%;height:1px;background-color:#eaeaea;flex-shrink:0}@media (max-width:1280px){.gallery-slider__main-photo{height:500px}.gallery-slider__thumbnail{width:100px;height:100px}.gallery-slider__arrow{width:36px;height:36px}}@media (max-width:767px){.gallery-slider__main-container{padding:20px 0}.gallery-slider__main-photo{border-radius:0;height:106.67vw}.gallery-slider__navigation-container{padding:0 10px 20px;gap:10px}.gallery-slider__thumbnails{gap:8px;flex:1;min-width:0}.gallery-slider__thumbnail{width:80px;height:80px;border-radius:3px}.gallery-slider__arrow{width:30px;height:30px}.gallery-slider__arrow svg{width:18px;height:18px}}@media (max-width:480px){.gallery-slider__navigation-container{gap:8px}.gallery-slider__thumbnails{gap:6px}.gallery-slider__thumbnail{width:60px;height:60px;border-radius:3px}.gallery-slider__arrow{width:32px;height:32px}.gallery-slider__arrow svg{width:16px;height:16px}}
/*# sourceMappingURL=gallery-slider.min.css.map */
