.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
    background: url(images/underlay.png) repeat 0 0 !important;
    cursor: pointer !important;
    -webkit-filter: blur(1.4px);
    -moz-filter: blur(1.4px);
    -ms-filter: blur(1.4px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='2'/></filter></svg>#blur");
    filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
}

.zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99992 !important;
    width: 280px!important;
    margin: -80px 0 0 -140px;
    height: auto !important;
    padding: 10px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 0 12px #cecece !important;
    -moz-box-shadow: 0 0 12px #cecece !important;
    -ms-box-shadow: 0 0 12px #cecece !important;
    box-shadow: 0 0 12px #cecece !important;
    font-family: 'ProximaNova-Light', sans-serif !important;
    font-size: 21px !important;
    background-color: white;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 0.9;
    color: black;
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
    color: black;
}

.zcwPopup-title {
    text-align: center;
}

#zcwPopup-raty img {
    display: inline !important;
}

.zcwPopup-close {
	cursor: pointer;
	top: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    right: 20px !important;
    width: 13px !important;
    height: 13px !important;
    text-align: left !important;
    display: block !important;
    float: right !important;
    text-indent: -9000px !important;
    background: url(../callback/close.png) 0 0 no-repeat !important;
}

.zcwPopup-content {
	padding: 50px 0px;
    font-size: 14px;
}

.zcwPopup-countdown {
    font-weight: bold;
    display: none;
}

.zcwPopup .link {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #5f6068 !important;
    text-decoration: none !important;
    border-bottom: 1px dotted !important;
	cursor: pointer;
}

.zcwPopup .powered_by {
    margin-top: 7px;
    font-size: 12px;
    color: rgba(119, 119, 119, 0) !important;
}

.zcwPopup .powered_by a {
    font-weight: bold !important;
    color: rgba(119, 119, 119, 0) !important;
    text-decoration: underline !important;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup textarea {
    width: 182px !important;
    color: #71737f !important;
    font-size: 15px !important;
    padding: 7px 15px 8px !important;
    margin-right: 20px !important;
	margin-bottom: 10px !important;
    border-radius: 3px !important;
    border: 1px solid #d4d4d4 !important;
    background-color: #fefefe !important;
    height: auto !important;
    text-indent: 0 !important;
    box-sizing: content-box !important;
}

.zcwPopup select {
    width: 20px !important;
    color: #71737f !important;
    font-size: 15px !important;
    padding: 7px 15px 8px !important;
	margin-bottom: 10px !important;
    border-radius: 3px !important;
    border: 1px solid #d4d4d4 !important;
    background-color: #fefefe !important;
    height: auto !important;
    text-indent: 0 !important;
    box-sizing: content-box !important;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
    border: 1px solid red;
}

@media only screen and (min-width: 768px) {
    .zcwPopup {
        width: 600px !important;
        margin: -120px 0 0 -275px;
    }
}
