@charset "utf-8";

/* CSS Document */

.popupImages{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 95%);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
/*
.popupImagesList{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    z-index: 30;
}
*/

.popupImagesList{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 30;
}


.swiper-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.popupImages img{
    
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.popupImagesListPagination{
    bottom:20vw !important;
}
.popupImagesListPagination .swiper-pagination-bullet{
    //background-color: rgba(0, 0, 0, 0.8);
    background-color: #fcf8e3;
}
.popupImagesListPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    //background-color: rgba(255, 255, 255, 1);
    background-color: #007aff;
}