#boxes .window {
    position: fixed;
    width: 525px;
    height: 340px;
    display: none;
    z-index: 9990;
    background: url(/img/popup/popup.png);
}

#mask {
    position:absolute;
    z-index:9000;
    background-color:#000;
    display:none;
}
#boxes {
    /*  display:none;*/
}
#boxes .close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 496px;
    z-index:9999;
    border: 0;
}
#boxes .podrobnee {
    position: absolute;
    display: block;
    width: 517px;
    height: 305px;
    top: 33px;
    left: 1px;
    z-index:9999;
    border: 0;
}

.popup{
    position:fixed;
    top:50%;
    margin-top:-272px;
    width:590px;
    left:50%;
    margin-left:-385px;
    /*background:#fff;*/
    /*padding:0 90px;*/
    padding:0;
    z-index:1000;
    min-height:200px;
    display:none;
}

.form-close{
    width:26px;
    height:26px;
    background:url(/images/close.png) no-repeat;
    position:absolute;
    right:15px;
    top:15px
}
.form-close:hover{
    cursor:pointer
}

.pop_up.show, .pop_up2.show, .pop_up3.show, .fancy-overlay.show{
    display:block !important
}
.pop_up_block h2{
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    padding: 41px 0 33px 0;
    font-weight:bold;
    text-align:center;
}
.pop_up .pop_up_block h2{
    margin-bottom: 70px;
}
.pop_up_block p{
    font-size:16px;
    text-align:center;
    margin-bottom:20px;
}
.fancy-overlay{
    position:fixed;
    background:rgba(0,0,0,0.8);
    height:100%;
    width:100%;
    z-index:100;
    top: 0;
    display:none;
}
.nobodymove{
    overflow: hidden;
}