.cz-popup-area2 {
    position: fixed;
    inset: 0;
    z-index: 100000;
}

.cz-popup-area2 h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cz-popup-area2 .background--bb {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.cz-popup-area2 .cz-popup-slide {
    position: absolute;
    top: 60%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 870px;
    max-height: calc(100vh - 40px);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.cz-popup-area2 .popup-swiper,
.cz-popup-area2 .swiper-slide,
.cz-popup-area2 .popup-content {
    width: 100%;
}

.cz-popup-area2 .popup-content {
    overflow: hidden;
    background: #fff;
}

.cz-popup-area2 .popup-content p {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.cz-popup-area2 .popup-content br {
    display: none;
}

.cz-popup-area2 .popup-content img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.cz-popup-area2 .popup-dots {
    position: static;
    display: flex;
    width: 100%;
    padding: 0;
    background: #fff;
}

.cz-popup-area2 .popup-dots .swiper-pagination-bullet {
    flex: 1 1 0;
    width: auto;
    height: 65px;
    margin: 0 !important;
    padding: 10px;
    border: 0;
    border-radius: 0;
    opacity: 1;
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 1.3; letter-spacing: -0.04em;
    text-align: center;
    cursor: pointer;
}

.cz-popup-area2 .popup-dots .swiper-pagination-bullet-active {
    opacity: 1;
    background: #b3995b;
    color: #fff;
}

.cz-popup-area2 .popup-footer2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 15px;
    background: #212529;
}

.cz-popup-area2 .popup-footer2 button {
    padding: 10px 5px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cz-popup-area2 .cz-popup-slide {
        width: calc(100% - 20px);
        max-height: calc(100vh - 20px);
    }

    .cz-popup-area2 .popup-footer2 {
        min-height: 46px;
        padding: 0 10px;
    }

    .cz-popup-area2 .popup-footer2 button {
        font-size: 12px;
    }

    .cz-popup-area2 .popup-dots .swiper-pagination-bullet {
        height: 50px;
        padding: 6px;
        font-size: 13px;
    }
}
