.body_back{
    overflow-y: hidden;

}
.back{
    display: block;
    position: relative;
}
.back:before{
 content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background-color: #fff;
    opacity: .5;
}

.pop_up_151221 {
    max-width: 500px;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999999;
    margin: 0 auto;
    transform: translate(0, -50%);
    box-shadow: 0 0 16px 0;
}

@media (max-width: 500px) {
    .pop_up_151221 {
        margin-right: 15px;
        margin-left: 15px
    }

}
.pop_up_151221__body {
    position: relative;
}
.pop_up_151221__body .btn-close_151221 {
    background: url('/local/templates/dryclean_new/images/popup-order-close.png') no-repeat center;
    position: absolute;
    display: block;
    height: 24px;
    width: 23px;
    right: 17px;
    top: 16px;
    cursor: pointer;
}
.pop_up_151221__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}