.pop-up-images{display:flex;align-items:center;justify-content:center;padding:0}.pop-up-images .modal__close{z-index:20;width:60px;height:60px;background-size:40px}.pop-up-images__body{display:flex;flex-direction:column;width:100vw;height:calc(100vh - 50px)}.pop-up-images__body .swiper-container,.pop-up-images__body .swiper-wrapper{height:100%;width:100%}.pop-up-images__body .swiper-slide{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1}.pop-up-images__body .swiper-slide img{max-width:calc(100% - 80px);max-height:100%;height:auto;border-radius:15px;-o-object-fit:contain;object-fit:contain}.pop-up-images__close{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}