
.popup-background {
    display: none; /* По умолчанию скрыто */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Убедитесь, что фон и попап выше других элементов на странице */
    overflow: scroll;
}
.popup {
    width: 360px;
    background-color: #ff7f26;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 20px;
    text-align: center;
    color: white;
    overflow: hidden;
    z-index: -2;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center center;
    background-image: url('/upload/medialibrary/32a/kuh3kdcdokyjd1oau4ry6vxebi8yeg4t.jpg');
    background-size: cover;
    z-index: 1001;
    height: 570px;
}
/* .popup::before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    top: -12px;
    left: -415px;
    z-index: -1;
    width: 629px;
    height: 629px;
} */
.popup h2 {
    margin-top: 0;
    font-size: 24px;
}
.popup .content {
    background-color: #dcdcdc;
    
    border-radius: 10px;
    margin: 20px 0;
}
.popup button {
    background-color: white;
    color: #ff7f26;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.popup .close {
    
    border: none;
    font-size: 29px;
    color: #ff7f26;
    cursor: pointer;
    background: #fff;
    border-radius: 62px;
    padding: 0px 8px;
    font-family: auto;
}
.close_block{
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 20px 0;
}
.product_link{
    padding: 15px 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: #fff;
    display: block;
    text-decoration: none;
    color: #ff7f26;
    border-radius: 10px;
    cursor: pointer;
}


.mp_btn_wrap {
    position: absolute;
    bottom: 30px;
    left: 80px;
    display: flex;
    gap: 30px;
    z-index: 20;
    align-items: center;
}

.mp_btn_wrap  a {

}

.mp_btn_wrap .ozon_btn {

}

.mp_btn_wrap .ya_btn {

}

.mp_btn_wrap .wb_btn {
    max-width: 250px;
}



@media(max-width: 600px) {
    .mp_btn_wrap {
        flex-direction: column;
        gap: 5px;
        left: 30px;
        bottom: 0px;
    }
    .mp_btn_wrap img {
        max-width: 200px;
    }

    .mp_btn_wrap .ozon_btn {
        max-width: 150px;
    }

    .mp_btn_wrap .ya_btn {
        max-width: 200px;
    }
}