.gallery-modal{overflow:hidden;width:100%;z-index:310}.gallery-modal__wrapper{display:flex;flex-direction:column;height:100%;position:relative}.gallery-modal__close{align-items:center;background:var(--secondary-bg);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;position:absolute;right:var(--space-xs);top:var(--space-xs);transition:background .2s ease;width:48px;z-index:10}@media(min-width:768px){.gallery-modal__close{right:var(--space-lg);top:var(--space-lg)}}.gallery-modal__close:hover{background:var(--secondary-bg-dark)}.gallery-modal__close--icon{color:var(--main-color)}.gallery-modal__top{margin:20px 10px 26px 20px;max-width:70%}.gallery-modal__title{margin-bottom:14px}.gallery-modal__content{position:relative}@media(min-width:768px){.gallery-modal__content{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center}}.gallery-modal__main-slider{margin-bottom:18px;padding-left:20px;padding-right:20px;position:relative;width:100%}@media(min-width:768px){.gallery-modal__main-slider{margin-bottom:24px}}@media(min-width:1440px){.gallery-modal__main-slider{margin-bottom:70px}}.gallery-modal__main-slider .swiper{margin-left:-20px;margin-right:-20px}.gallery-modal__main-slider .swiper-slide{opacity:.5;transition:opacity .2s ease-in}.gallery-modal__main-slider .swiper-slide-active{opacity:1}.gallery-modal__slide{align-items:center;border-radius:12px;display:flex;height:300px;justify-content:center;overflow:hidden;width:335px}@media(min-width:768px){.gallery-modal__slide{height:365px;width:611px}}@media(min-width:1024px){.gallery-modal__slide{height:476px;width:801px}}.gallery-modal__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-modal__thumbs{margin-left:-20px;margin-right:-20px;width:100%}@media(min-width:768px){.gallery-modal__thumbs{margin-left:20px;margin-right:20px}.gallery-modal__thumbs .swiper-wrapper{display:flex;justify-content:center}}.gallery-modal__thumbs-swiper{padding-left:20px;width:100%}@media(min-width:768px){.gallery-modal__thumbs-swiper{padding-left:0}}.gallery-modal__thumb-slide{border-radius:12px;cursor:pointer;height:48px;opacity:1;overflow:hidden;width:76px}.gallery-modal__thumb-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-modal .swiper__navigation_gallery{display:none;justify-content:space-between;left:10px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:auto;z-index:5}@media(min-width:768px){.gallery-modal .swiper__navigation_gallery{display:flex}}.gallery-modal .swiper__button_next_gallery,.gallery-modal .swiper__button_prev_gallery{pointer-events:auto;position:relative}
