#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:18px;
    height:18px;
    background:url(/images/close.png) no-repeat;
    position:absolute;
    right:15px;
    top:15px;
    z-index: 100000;
}
.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;
}


.bio {
	display: none;
	width: 700px;
	background: #fff;
	z-index: 99999;
	position: absolute;
	left: 20%;
	border-radius: 20px;
        min-height: 100px;
        top: 200px;/*20%;*/
}

.bio-padding {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	position: relative;
        color: black;
        padding-top: 20px;
}

.close {
	display: block;
	position: absolute;
	left: 98%;
	top: -20px;
	
	
}

#fade { 
    display: none;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .90; 
    z-index: 9999;
}
.bio-padding {
    font-size: 16px;
    line-height: 1.4;    
    font-family: sans-serif;
}


.blck-pan{
    display: inline-block;
    vertical-align: top;
    float: right;
}