.overlay-for-popup {
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    z-index: 40010;
}

.lock-body, .lock-html {
    overflow: hidden;
    height: 100%;
}

.lock-body {
    margin-right: 17px;
    overflow: visible;
}

.pop-up .drop-window-block {
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -437px;
    top: 112px;
    padding: 14px;
    background-color: #853647;
    background-color: rgba(133, 4, 71, 0.5);
}

.no-cssgradients .pop-up .drop-window-block {
    background-color: #853647;
}

.pop-up .wrap-bg {
    width: 606px;
    background-color: #e0d4dc;
    padding-bottom: 16px;
    text-align: center;
}

.pop-up .wrap-bg .column {
    width: 265px;
    float: right;
    text-align: left;
    padding-bottom: 14px;
}

.pop-up .wrap-bg .left-column {
    float: left !important;
    width: 245px !important;
    padding-left: 20px;
}

.pop-up .tabs {
    height: 30px;
    padding-top: 15px;
    background-color: #452632;
    padding-left: 19px;
    text-align: left;
    width: auto !important;
    margin-bottom: 0px !important;
}

.pop-up .tabs li {
    float: left;
}

.pop-up .tabs li a {
    display: block;
    height: 30px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    float: left;
    TEXT-DECORATION: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
}

.pop-up .tabs .active a {
    background-color: #e0d4dc;
    color: #1d1d1d !important;
}

.pop-up .tab-item {
    padding-top: 25px;
}

.pop-up h5 {
    color: #853647;
}

.pop-up ul {
    width: 230px;
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 14px;
    color: #4a4a4a;
}

.pop-up .list-checks li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: #e0d4dc 1px solid;
}

.pop-up .list-checks li:first-child {
    border: none;
}

.pop-up .list-checks input {
    vertical-align: top;
    margin-right: 6px;
}

.pop-up .list-checks span {
    float: right;
    width: 50px;
    color: #452632;
}

.pop-up .list-selects li {
    margin-bottom: 7px;
}

.pop-up .list-selects label {
    display: block;
    margin-bottom: 4px;
}

.pop-up .list-selects select {
    font-size: 12px;
    line-height: 14px;
    height: 25px;
    padding: 2px;
    padding-left: 6px;
    color: #6a6969;
    background-color: #fff;
    font-family: Arial, Sans-serif;
    display: block;
    border: #d9d8d4 1px solid;
    border-bottom: #eaeae7 1px solid;
    border-top: #bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 165px;
}

.pop-up .white-btn, .pop-up .yellow-btn {
    margin-left: 4px;
    margin-right: 4px;
}

.pop-up .close {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 38px;
    top: 31px;
    background: url("../images/close-filter.png") no-repeat left top;
}

.pop-up .submit {
    float: none !important;
}

#popup_login .popup_content {
    width: 303px;
    margin-left: 151.5px;
    display: cell;
    text-align: center;
}

#popup_login .popup_content .login-form .submit {
    margin-top: 10px;
}

#popup_login .popup_content .row {
    margin: 10px 0 10px 0;
}

#popup_login .popup_content .row .column {
    width: 141.5px !important;
    text-align: right;
}

#popup_login .popup_content .row .left-column {
    text-align: left;
}

#popup_messages .content {padding-top: 16px;}
