.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
/*
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}
*/

#ReaspektPopupBody #ReaspektCloseBtn {
	right: 70px;
    top: 70px;
    width: 40px;
    height: 40px;
    outline: 0;
    opacity: .5;
    position: absolute;
    cursor: pointer;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
#ReaspektPopupBody #ReaspektCloseBtn:after {
	width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-image: url("/bitrix/templates/universe_s3_xm/images/close.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

/*
#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("images/close-button-sprite.png") no-repeat 0 -24px;
}
*/

#ReaspektPopupContainer {
	max-width: 1100px;
}