﻿#backgroundPopup{display:none;position:fixed;_position:absolute;height:100%;width:100%;top:0;left:0;background:#000000;border:1px solid #cecece;z-index:1000;}
#popupContact{margin:0 auto;text-align:center;display:none;position:fixed;_position:absolute;width:auto;height:auto;_width:auto;_height:auto;background:url(../images/loading.gif) no-repeat 50% 50%;border:0;padding:10px;z-index:1100;overflow:hidden;}
#popupContact img{-moz-filter:grayscale(100%) !important;-o-filter:grayscale(100%) !important;-ms-filter:grayscale(100%) !important;}
#popupContactClose{font-size:14px;line-height:14px;right:0;_right:120px;top:0;position:absolute;color:#fff;font-weight:700;display:block;cursor:pointer;z-index:10;}
a#popupContactClose{text-decoration:none;color:#fff;}
@media screen and (max-width:800px){.popup{width:100%;height:auto;}
.popup img{width:100%;height:auto;}
}