.pvz_addr{
    max-height: 500px;
    overflow: hidden;
}
.popup__wrap.also_variants_popup{
    padding: 10px;
}
.pvz_addr .item {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    cursor: pointer;
}
.pvz_addr .item:hover{
    background: #33C75A;
    color: #fff;
}
.pvz_addr .item .name{
    font-weight: bold;
}

.popup__wrap .popup__close{
    z-index: 100;
}
.pvz_basket{
    width: 1200px;
}
.pvz_filter{
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.pvz_data{
    overflow-y:scroll ;
    height: 460px;
}

.pvz_left{
    width: 300px;
    float: left;
    position: absolute;
    z-index: 10;
    background: #fff;
}
.pvz_left .form__button, .js_chg_view{
    display: none;
}
@media screen and (max-width: 700px) {

    .pvz_left{
        width: 100%;
    }
    .pvz_left .form__button, .js_chg_view{
        display: flex;
        height: 40px;
    }
    .pvz_left .form__button{
        width: 190px;
        margin-bottom: 5px;
    }
}