#pop-window {
	position:fixed;
	left:50px;
	top:100px;
	width:600px;
	border-radius:2px;
	background:#fcfcfc;
	border:4px solid #DA445D;
	z-index:3000;
    font-size:1.0em;
}

.pop-window-top {
	background:#DA445D;
	cursor:move;
	text-align:right;
	padding-right:3px;
	padding-bottom:7px;
}

.pop-window-conts {
	overflow:hidden;
}

.pop-window-bottom {
	padding:5px 10px;
    float:right;
}

.pop-window-bottom .icon-check {
    margin-right:unset;
}

.pwtitle {
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding:20px 0px 10px;
}

.pwtitle span {
	color:red;
}

.pwconts {
	padding:10px 20px !important;
	line-height:1.7;
}

.pwconts ul {
	margin-top:15px;
	margin-bottom:15px;
	border:2px solid red;
	padding:10px 10px !important;
	border-radius:2px;
}

.pwconts li {
	line-height:1.7 !important;
	background:url(/com/imgs/info-msg.png) no-repeat 0 3px;
	padding-left:20px;
}


#mob-type {
    width:100% !important;
}

#mob-type .pop-window-top {
    display:none;
}

#mob-type .pop-window-bottom {
    display:none;
}

#pop-window-msg {
    display:none;
}

@media all and (max-width: 768px) {
    #pop-window {
		display:none;
	}

    #pop-window-msg {
        display:block;
    }

    .mob-type-msg {
        display:none !important;
    }        
}
